ahgittin opened a new pull request, #338: URL: https://github.com/apache/brooklyn-ui/pull/338
Previously we used regex on key names to determine if the contents was an entity spec. This meant some (eg multi-group) didn't work and in some cases could make the UI unusable or broken. This checks the actual type defined for the key name and of the value if the type is Object and so supports entity spec either if: - it uses the DSL word - the key type matches - the key name matches (fallback for where type is unknown/not-loaded and value not set) and in multiple places: - in model - in designer view canvas - in spec editor Also makes minor related improvements to UI and code. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@brooklyn.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org