cerberus-core icon indicating copy to clipboard operation
cerberus-core copied to clipboard

Format issue with /ReadMyUser servlet

Open Nouxx opened this issue 5 years ago • 0 comments

Hello,

According to https://qa.cerberus-testing.org/ReadMyUser call

  • defaultSystem attribute is weirdly formatted when several ones are selected

image

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 system attribute (which is currently an array of string)

Thanks

Nouxx avatar Feb 18 '20 11:02 Nouxx