mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
For some reason yunohost-api don't want to start due to recent changes in actionamp, apply this trick for subcategories just like we do for categories
This commit is contained in:
parent
ebb2bda235
commit
135fae95a8
1 changed files with 3 additions and 0 deletions
|
@ -778,6 +778,9 @@ class ActionsMap(object):
|
|||
# No parser for the action
|
||||
continue
|
||||
|
||||
if action_parser is None: # No parser for the action
|
||||
continue
|
||||
|
||||
# Store action identifier and add arguments
|
||||
action_parser.set_defaults(_tid=tid)
|
||||
action_parser.add_arguments(
|
||||
|
|
Loading…
Add table
Reference in a new issue