GitHub user aledsage opened a pull request:
https://github.com/apache/brooklyn-server/pull/201
Entity display name: fix catalog item defaults
Previously, if an entity in the catalog did not have an explicit display
name then it got the name from the itemâs metadata. This was fine in
simple use-cases, but bad if using sub-types or if entities wanted to
declare their own defaultDisplayName.
(Deletes `EntityNameYamlTest.testBrooklynCatalog`, as was spotted by
@geomacy in https://github.com/apache/brooklyn-server/pull/200 after merge).
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/aledsage/brooklyn-server
entity-default_display_name-in-catalog-items
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/brooklyn-server/pull/201.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #201
----
commit c4f79794631ccd85c4a81adfb0c571b280e498a4
Author: Aled Sage <[email protected]>
Date: 2016-06-15T13:45:38Z
Entity display name: fix catalog item defaults
Previously, if an entity in the catalog did not have an explicit display
name then it got the name from the itemâs metadata. This was fine in
simple use-cases, but bad if using sub-types or if entities wanted to
declare their own defaultDisplayName.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---