Fix auto-disable action for new message form
i.e. we don't want auto-disable there, b/c template does its own thing
This commit is contained in:
parent
6d68b56c56
commit
95fb78f645
|
@ -184,6 +184,7 @@ class MessagesView(MasterView):
|
||||||
|
|
||||||
# we have custom logic to disable submit button
|
# we have custom logic to disable submit button
|
||||||
f.auto_disable = False
|
f.auto_disable = False
|
||||||
|
f.auto_disable_save = False
|
||||||
|
|
||||||
# TODO: A fair amount of this still seems hacky...
|
# TODO: A fair amount of this still seems hacky...
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue