Skip to content

[ENH][NEW] Plugins: new parameter editable_by_groups (initially for PluginSignature) to allow editing of the plugin if any of the user's groups match even when permission to edit page (tiki_p_edit) is not assigned to that user

Before I implemented a new parameter editable_by_user that allows user to edit the plugin if username matches even when permission to edit the page (tiki_p_edit) is not assigned to that user. This is another one, editable_by_groups, that allows the editing of the plugin if any of the user's groups match even when permission to edit page (tiki_p_edit) is not assigned to that user.

Related links:

Edited by luci

Merge request reports