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

Details

    • Bug
    • Resolution: Done
    • Minor
    • 2.6.0
    • 2.5.0
    • None

    Description

      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());
      	}
      

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: