Rename custom user_css
context
and stop checking an older deprecated setting
This commit is contained in:
parent
d0d568b3a5
commit
52c8f3e12c
3 changed files with 5 additions and 8 deletions
|
@ -241,7 +241,7 @@ class MessageView(MasterView):
|
|||
f.insert_after('recipients', 'set_recipients')
|
||||
f.remove('recipients')
|
||||
f.set_node('set_recipients', colander.SchemaNode(colander.Set()))
|
||||
f.set_widget('set_recipients', RecipientsWidgetBuefy())
|
||||
f.set_widget('set_recipients', RecipientsWidget())
|
||||
f.set_label('set_recipients', "To")
|
||||
|
||||
if self.replying:
|
||||
|
@ -514,7 +514,7 @@ class SentView(MessageView):
|
|||
default_active=True, default_verb='contains')
|
||||
|
||||
|
||||
class RecipientsWidgetBuefy(dfwidget.Widget):
|
||||
class RecipientsWidget(dfwidget.Widget):
|
||||
"""
|
||||
Custom "message recipients" widget, for use with Vue.js themes.
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue