[
https://issues.jboss.org/browse/JBIDE-15977?page=com.atlassian.jira.plugi...
]
Andre Dietisheim updated JBIDE-15977:
-------------------------------------
Labels: openshift-java-client (was: )
openshift-java-client: should update url when refreshing embedded
cartridge
---------------------------------------------------------------------------
Key: JBIDE-15977
URL:
https://issues.jboss.org/browse/JBIDE-15977
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.1.1.CR1
Reporter: Andre Dietisheim
Assignee: Andre Dietisheim
Labels: openshift-java-client
Fix For: 4.2.x
When you refresh an embedded cartridge (ex. via refreshing an application) then all
content is refreshed. Unfortunately we're missing to refresh the url:
{code:title=EmbeddedCartridgeResource}
protected void update(CartridgeResourceDTO dto) {
this.description = dto.getDescription();
this.displayName = dto.getDisplayName();
this.properties = dto.getProperties();
setLinks(dto.getLinks());
}
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira