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:
Lance Edgar 2019-04-18 15:30:08 -05:00
parent 6d68b56c56
commit 95fb78f645

View file

@ -184,6 +184,7 @@ class MessagesView(MasterView):
# we have custom logic to disable submit button
f.auto_disable = False
f.auto_disable_save = False
# TODO: A fair amount of this still seems hacky...