GitHub user tbouron opened a pull request:

    https://github.com/apache/brooklyn-server/pull/567

    Add catalog "itemType" to the CatalogItemSummary response from the REST API

    As for today, when a user submit catalog item(s), the UI redirects to the 
catalog page, not to the newly created catalog item. This is due to the fact 
that the UI does not know what type of catalog item has been created and 
therefore cannot redirect the user properly.
    
    As the title says, this adds the `itemType` field to the 
`CatalogItemSummary` object which will allow to do that.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/tbouron/brooklyn-server 
fix/api-catalog-item-type

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/brooklyn-server/pull/567.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 #567
    
----
commit 4ac38b0ff9898978bfd611ad5128af49eb130564
Author: Thomas Bouron <[email protected]>
Date:   2017-02-21T17:45:51Z

    Add catalog "itemType" to the CatalogItemSummary response from the REST API

----


---
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.
---

Reply via email to