mirror of
https://github.com/lucaspalomodevelop/indico-plugins.git
synced 2026-03-13 07:29:39 +00:00
Fix queue population
This commit is contained in:
parent
58f05fe773
commit
2834441d06
@ -71,7 +71,7 @@ def connect_signals(plugin):
|
||||
|
||||
def _moved(obj, old_parent, new_parent, **kwargs):
|
||||
print '_moved', obj, old_parent, new_parent
|
||||
_register_change(obj, 'moved')
|
||||
_register_change(obj, ChangeType.moved)
|
||||
category_protection = old_parent.isProtected()
|
||||
new_category_protection = new_parent.isProtected()
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user