- Issue created by @danflanagan8
- @danflanagan8 opened merge request.
Following π Add mechanism to have workspaces skip processing entity types Fixed , we have the notion of ignored entity types.
In #3259701: Override entity reference validation constraint of core workspaces β , this module introduced a constraint validator that softened core's version, allowing us to create "internal" entities on an entity reference field. That issue mentioned a future state in which the notion of "ignored" entities was also considered. Now we can make that future a reality.
Install WSE and try to add a Paragraph entity inside a Workspace. We get a message "Paragraphs can only be created within the default workspace."
Add another check to the already long list of conditions in the WseEntityReferenceSupportedNewEntitiesConstraintValidator
Active
2.0
Code