mirror of
https://github.com/lucaspalomodevelop/indico-plugins.git
synced 2026-03-13 07:29:39 +00:00
Remove serializable arg from PrincipalListField
This commit is contained in:
parent
997b096a60
commit
3db12862b7
@ -42,7 +42,7 @@ from indico_chat.views import WPChatEventMgmt
|
||||
|
||||
|
||||
class SettingsForm(IndicoForm):
|
||||
admins = PrincipalListField(_('Administrators'), groups=True, serializable=False,
|
||||
admins = PrincipalListField(_('Administrators'), groups=True,
|
||||
description=_('List of users/groups who can manage chatrooms for all events'))
|
||||
server = StringField(_('XMPP server'), [DataRequired()], description=_('The hostname of the XMPP server'))
|
||||
muc_server = StringField(_('XMPP MUC server'), [DataRequired()],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user