mirror of
https://github.com/lucaspalomodevelop/indico-plugins.git
synced 2026-03-13 07:29:39 +00:00
LiveSync: comment out another obsolete signal handler
This commit is contained in:
parent
425b7e5235
commit
2b4bef6cae
@ -42,7 +42,7 @@ def connect_signals(plugin):
|
||||
plugin.connect(signals.before_retry, _clear_changes)
|
||||
# moved
|
||||
# plugin.connect(signals.category.moved, _moved)
|
||||
plugin.connect(signals.event.moved, _moved)
|
||||
# plugin.connect(signals.event.moved, _moved)
|
||||
# created
|
||||
plugin.connect(signals.event.created, _created)
|
||||
plugin.connect(signals.event.contribution_created, _created)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user