Currently methods listed in drop-down menu on 'tasks' web page are
generated from static list. This needs to be updated every time when new
method is added and moreover plugins can't modify this list.
Partial solution is to add server call listTaskMethods returning list of
all methods currently in db and use it for web ui.
Currently methods listed in drop-down menu on 'tasks' web page are
generated from static list. This needs to be updated every time when new
method is added and moreover plugins can't modify this list.
Partial solution is to add server call listTaskMethods returning list of
all methods currently in db and use it for web ui.