[
https://issues.jboss.org/browse/JBIDE-15977?page=com.atlassian.jira.plugi...
]
Andre Dietisheim commented on JBIDE-15977:
------------------------------------------
According to JBIDE-15978 the url property in the application is only set for downloadable
cartridges. It is therefore not likely to change. This issue is thus minor.
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