Comment 2 for bug 1476991

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

Reviewed: https://review.openstack.org/204486
Committed: https://git.openstack.org/cgit/openstack/murano-dashboard/commit/?id=a98d91cb5d10df5224108a005320b265d9fb6a76
Submitter: Jenkins
Branch: master

commit a98d91cb5d10df5224108a005320b265d9fb6a76
Author: Lin Yang <email address hidden>
Date: Wed Jul 22 16:12:27 2015 +0800

    Fix too loose url regex for murano/categories/add

    Current url regex '^add' will match all urls start with 'add' by mistake. The
    '$' added will make sure the regex only match 'add' as expect.

    Change-Id: I0611cbe76b6614f7aa694124767c6caaccfb5890
    Closes-Bug: #1476991