Skip to content

[ENH] PluginTikiManager and Tiki Manager Tracker field: make a list of actions in a dynamic picker

Domeshow Emmanuel requested to merge Domeshow/tiki:pick-actions into master

Typing stuff is error prone. Instead, the task was to get the list of possible values and make sure future actions will be there. That's why I created a function containing all the actions and once modified, the actions will be up to date wherever the function is called. I was a little hesitant to change line 87 of the lib/wiki-plugins/wikiplugin_tikimanager.php file because I have the impression that the actions are different for the TikiManager Plugin and Tiki Manager Tracker field.

Previous behaviour

The Fix

Related link: https://avan.tech/item79918

Edited by Domeshow Emmanuel

Merge request reports