[fix] for custom docs

This commit is contained in:
Rushabh Mehta 2018-06-27 10:47:58 +05:30
parent 259e5a2d55
commit a5d6ee666b

View file

@ -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):