Comment 2 for bug 1259458

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to horizon (master)

Reviewed: https://review.openstack.org/61043
Committed: http://github.com/openstack/horizon/commit/ad726b2f810881d55e931babb73a1faa2011b27d
Submitter: Jenkins
Branch: master

commit ad726b2f810881d55e931babb73a1faa2011b27d
Author: Radomir Dopieralski <email address hidden>
Date: Tue Dec 10 09:40:43 2013 +0100

    Fix URLs of panels grouped into packages

    If you group related panels into packages using the
    dot notation, the URLs generated for them will have
    the dot in them where you would rather expect a
    slash. This patch fixes it by replacing the dots in
    the panel slug with slashes when generating URLs for
    them.

    Change-Id: I450321f2c2a64297fbd3e1104ad5635aa5d9aba8
    Closes-bug: #1259458