Buenas, no consigo agregar un tipo mas en la lista (ver adjunto)
Ya he modificado Account.json:
"type": {
"type": "enum",
"options": ["", "Customer", "Investor", "Partner", "Reseller", "QF_PERP", "QF_SAAS"],
"default": ""
},
Y también modifique el traductor:
"options": {
"type": {
"Customer": "Cliente",
"Investor": "Inversor",
"Partner": "Socio",
"Reseller": "Revendedor",
"QF_PERP": "QF_PERP",
"QF_SAAS": "QF_SAAS"
},
Y no consigo que aparezca en la lista ¿Como puedo hacer? Gracias.
Translate:
Good, I can not add one more type in the list (see attached)
I have already modified Account.json:
"type": {
"type": "enum",
"options": ["", "Customer", "Investor", "Partner", "Reseller", "QF_PERP", "QF_SAAS"],
"default": ""
},
And also modify the translator:
"options": {
"type": {
"Customer": "Cliente",
"Investor": "Inversor",
"Partner": "Socio",
"Reseller": "Revendedor",
"QF_PERP": "QF_PERP",
"QF_SAAS": "QF_SAAS"
},
And I can not get it to appear on the list. How can I do it? Thank you.
Ya he modificado Account.json:
"type": {
"type": "enum",
"options": ["", "Customer", "Investor", "Partner", "Reseller", "QF_PERP", "QF_SAAS"],
"default": ""
},
Y también modifique el traductor:
"options": {
"type": {
"Customer": "Cliente",
"Investor": "Inversor",
"Partner": "Socio",
"Reseller": "Revendedor",
"QF_PERP": "QF_PERP",
"QF_SAAS": "QF_SAAS"
},
Y no consigo que aparezca en la lista ¿Como puedo hacer? Gracias.
Translate:
Good, I can not add one more type in the list (see attached)
I have already modified Account.json:
"type": {
"type": "enum",
"options": ["", "Customer", "Investor", "Partner", "Reseller", "QF_PERP", "QF_SAAS"],
"default": ""
},
And also modify the translator:
"options": {
"type": {
"Customer": "Cliente",
"Investor": "Inversor",
"Partner": "Socio",
"Reseller": "Revendedor",
"QF_PERP": "QF_PERP",
"QF_SAAS": "QF_SAAS"
},
And I can not get it to appear on the list. How can I do it? Thank you.
Comment