Skip to content

Commit ef027e5

Browse files
committed
bugifix: dasboard templates require the 'schema' entry or the q
1 parent 9f7d3cf commit ef027e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sdcclient/_client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -626,6 +626,7 @@ def create_dashboard_from_template(self, newdashname, template, scope):
626626
#
627627
template['id'] = None
628628
template['version'] = None
629+
template['schema'] = 1
629630
template['name'] = newdashname
630631
template['isShared'] = False # make sure the dashboard is not shared
631632

0 commit comments

Comments
 (0)