ILIAS icon indicating copy to clipboard operation
ILIAS copied to clipboard

Repository/PluginSlot: Add ability to use next_class in the derived class

Open shecken opened this issue 1 year ago • 1 comments

There is no way for plugins to route from their GUI to another one via the next_class system. The only chance so far is to read the next_class from the control structure again in the performCommand() and then use it. But that is not the purpose of this function. That is why I would like to add a performNextClass() that gives the plugins an option to react to the value in next_class.

The advantage is that you no longer have to write everything in the plugin's GUI and you get a clearer code.

shecken avatar Sep 20 '24 09:09 shecken

Addendum: I asked @shecken to fix CS, of course.

klees avatar Oct 15 '24 10:10 klees