Daniel Dimitrov
unread,May 9, 2012, 4:44:06 AM5/9/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to joomla-...@googlegroups.com
Hi @ll,
Currently one can pass a config array to the JModelAdmin that can contain the names of events to call on before and after save...
This is all great, but what about adding another option to set the plugin group?
Currently we do:
JPluginHelper::importPlugin('content');
If we did JPluginHelper::importPlugin(this->plugin_group);
where we set the $this->plugin_group one would not actually have to override the save method to include his/her own plugin group.
Shall I create a patch for this? Any possible complications from such a feature???
Cheers,
Daniel