Hi,
is there possibility to extend main controller class with some action methods that could be available in all controllers I will create later ? I think about such scenario that all of the controllers in backend use change status of the record from published to not listed. Do I need to create an actionPublish in every controller ? or there is a way to create one action that could be used in all of them ? Just thinking about not to duplicate code if it’s not needed.
Thanks for help