[fix] for custom docs
This commit is contained in:
parent
259e5a2d55
commit
a5d6ee666b
1 changed files with 2 additions and 0 deletions
|
|
@ -180,6 +180,8 @@ class FormMeta(Meta):
|
|||
self.get("__messages").update(messages, as_value=True)
|
||||
|
||||
def load_dashboard(self):
|
||||
if self.custom:
|
||||
return
|
||||
self.set('__dashboard', self.get_dashboard_data())
|
||||
|
||||
def load_kanban_meta(self):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue