cerberus-core
cerberus-core copied to clipboard
Format issue with /ReadMyUser servlet
Hello,
According to https://qa.cerberus-testing.org/ReadMyUser call
defaultSystemattribute is weirdly formatted when several ones are selected

I would recommend a list of Invariants :
"defaultSystem": [
{
"value": "CERBERUS",
"description": "desc",
"gp1": "",
"gp2": "",
"gp3": ""
},
{
"value": "EXAMPLES",
"description": "desc",
"gp1": "",
"gp2": "",
"gp3": ""
}
]
- same comment with
systemattribute (which is currently an array of string)
Thanks