Uploaded image for project: 'OpenShift Java Client'
  1. OpenShift Java Client
  2. OSJC-72

openshift-java-client: should update url when refreshing embedded cartridge

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Minor Minor
    • 2.6.0
    • 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());
      	}
      

              cdaley Corey Daley
              adietish@redhat.com André Dietisheim
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: