-
Bug
-
Resolution: Done
-
Minor
-
2.5.0
-
None
When you refresh an embedded cartridge (ex. via refreshing an application) then all content is refreshed. Unfortunately we're missing to refresh the url:
EmbeddedCartridgeResource
protected void update(CartridgeResourceDTO dto) { this.description = dto.getDescription(); this.displayName = dto.getDisplayName(); this.properties = dto.getProperties(); setLinks(dto.getLinks()); }
- is related to
-
JBIDE-15978 Properties view: URL for embedded cartridges is empty
- Closed