eu-nebulous / gui

Mozilla Public License 2.0
0 stars 0 forks source link

Regions attribute on the eu.nebulouscloud.ui.dsl.generic message invalid #29

Closed robert-sanfeliu closed 2 weeks ago

robert-sanfeliu commented 1 month ago

On nebulous-cd:

"resources":[{"title":"1","uuid":"8415c0b3-21d0-4c0c-a80a-02385775e002","platform":"AWS","enabled":false,"regions":null},{"title":"eut-aws-uc2","uuid":"b787df58-a4bf-47cd-976e-53a76a4ddd78","platform":"AWS","enabled":true,"regions":"[object Object]"}]

See "regions":"[object Object]" for the second resource.

Expected value is a comma separated list of region identifiers (e.g: us-east-1)

robert-sanfeliu commented 1 month ago

Bug is still present on nebulous-cd environment.