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:
Ross Scroggs
2022-05-08 16:42:39 -07:00
committed by GitHub
parent c0c1355216
commit ee19c5e25f
2 changed files with 8 additions and 0 deletions

View File

@@ -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)