yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #31798
[Bug 1437479] Re: Groups create has a bad request url
** Changed in: horizon
Status: Fix Committed => 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/1437479
Title:
Groups create has a bad request url
Status in OpenStack Dashboard (Horizon):
Fix Released
Bug description:
We forgot to reverse the url string here:
https://github.com/openstack/horizon/blob/master/openstack_dashboard/dashboards/identity/groups/views.py#L62
should be:
submit_url = reverse_lazy(constants.GROUPS_CREATE_URL)
Note: update doesn't have this issue
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1437479/+subscriptions
References