Fixed empty license_{notes,type} properties to {} instead of ''.
This commit is contained in:
parent
44b07b6c6b
commit
401e3a3b36
@ -585,8 +585,8 @@ def add_license_props():
|
|||||||
],
|
],
|
||||||
'default': 'cc-by'
|
'default': 'cc-by'
|
||||||
}
|
}
|
||||||
node_type['form_schema']['license_notes'] = ''
|
node_type['form_schema']['license_notes'] = {}
|
||||||
node_type['form_schema']['license_type'] = ''
|
node_type['form_schema']['license_type'] = {}
|
||||||
projects_collections.update(
|
projects_collections.update(
|
||||||
{'_id': project['_id']}, project)
|
{'_id': project['_id']}, project)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user