algairim commented on code in PR #327: URL: https://github.com/apache/brooklyn-ui/pull/327#discussion_r880127509
########## ui-modules/blueprint-composer/app/components/providers/blueprint-service.provider.js: ########## @@ -43,6 +43,9 @@ export const COMMON_HINTS = { }] }; +// needed to support error messages for extra constraints +export const EXTRA_CONSTRAINTS = ['equal', 'greater_than', 'greater_or_equal', 'less_than ', 'less_or_equal ', 'in_range ', 'valid_values', 'length ', 'min_length ', 'max_length ', 'pattern']; Review Comment: Please add references to implementation of these extra constraints, either in the Brooklyn core or its dependencies. -- 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