Hello,
I am trying to modify the toolbar action buttons when editing a piece of content (Save, Save & Close), to add a third option that replicates the close button behaviour you get on the bottom tabs.
I’ve managed to achieve what I want by copying /hippo-cms/workflow/frontend/src/main/java/org/hippoecm/frontend/plugins/reviewedactions/EditingWorkflowPlugin.java from the hippo-cms source into my project and modifying it (essentially adding behaviour copied from hippo-cms/api/src/main/java/org/hippoecm/frontend/plugins/standards/tabs/TabsPlugin.java), but I have concerns about how future-proof that will be. Is there a better way to achieve this without duplicating so much code from the hippo-cms source into my project?
Many thanks,
Jonathan Sutcliffe