template uid
This commit is contained in:
@@ -321,7 +321,7 @@ class OfficeDashboardService(BaseService):
|
||||
for t in product_templates:
|
||||
product_templates_data.append({
|
||||
'id': t.id,
|
||||
'uid': t.uid,
|
||||
'template_uid': t.uid,
|
||||
'product_id': t.product_id,
|
||||
'provision_name': t.provision_name,
|
||||
'added': t.added.isoformat() if t.added else None,
|
||||
|
||||
Reference in New Issue
Block a user