feat: allow number cards in sync
This commit is contained in:
parent
db152b28de
commit
61d07941b8
1 changed files with 1 additions and 0 deletions
|
|
@ -90,6 +90,7 @@ def sync_dashboards(app=None):
|
|||
frappe.flags.in_import = True
|
||||
make_records(config.charts, "Dashboard Chart")
|
||||
make_records(config.dashboards, "Dashboard")
|
||||
make_records(config.number_cards, "Number Cards")
|
||||
frappe.flags.in_import = False
|
||||
|
||||
def make_records(config, doctype):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue