mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-28 18:01:36 +00:00
Multivalued schema files default to type work; update URLs (#1522)
* multivalued schema field defaults to type work; * Update URLs * Add new Product/SKU * Revert to https://jaylee.us/gam
This commit is contained in:
@@ -7014,6 +7014,8 @@ def getUserAttributes(i, cd, updateCmd):
|
||||
if schemaValue['type'] == 'custom':
|
||||
schemaValue['customType'] = sys.argv[i]
|
||||
i += 1
|
||||
else:
|
||||
schemaValue['type'] = 'work'
|
||||
schemaValue['value'] = sys.argv[i]
|
||||
if schemaValue['value'] or multivalue != 'multinonempty':
|
||||
body[up][schemaName][fieldName].append(schemaValue)
|
||||
|
||||
Reference in New Issue
Block a user