← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1584055] Re: Swift UI builds a breadcrumb from the URL regardless of existence

 

Reviewed:  https://review.openstack.org/341869
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=454faafc44b66f940ef8f846ab0c59a3b57b770b
Submitter: Jenkins
Branch:    master

commit 454faafc44b66f940ef8f846ab0c59a3b57b770b
Author: Richard Jones <r1chardj0n3s@xxxxxxxxx>
Date:   Wed Jul 13 17:14:21 2016 -0700

    Fix Django route for swift ui with folder path
    
    The path doesn't terminate in a "/" so that should be removed from the RE.
    
    Change-Id: Ie600636c96d73382bd2092838111aa870c5b019b
    Closes-Bug: 1584055


** Changed in: horizon
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1584055

Title:
  Swift UI builds a breadcrumb from the URL regardless of existence

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  The Angular Swift UI seems overly optimistic in its construction of
  the breadcrumb. To recreate:

  1) Create a container named "one" and a folder named "two". Notice the URL is "<horizon_url>/project/containers/container/one/two"
  2) Upload any object, just as a reference point.
  3) Refresh the page. A '/' is added, and now you're in a folder containing no objects. Use the breadcrumb to go back to 'one' and then click on 'two'. You are now back in your folder.

  Alternatively, go to
  "<horizon_url>/project/containers/container/one/two/three". This
  doesn't exist and renders as an empty folder with a constructed
  breadcrumb. Instead, it should redirect (probably to the base URL)

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1584055/+subscriptions


References