- Issue created by @goz
- Merge request !14Issue #3465021: Publication plugin only works with entity with 'status' property. Add failing tests → (Open) created by goz
Status is hardcoded.
In case entities has a "published" property which is not 'status' but 'enabled' for example, plugin will not work.
Try on entity which use a publish key other than status.
Get the entity key for "published" instead of hardcoded 'status'.
Use the EntityPublishedTrait to now if entity is published and to set publish state.
Active
1.0
Code