yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #30563
[Bug 1437479] [NEW] Groups create/update has a bad request url due to a glitch during refactor
Public bug reported:
We forgot to reverse the url string in two places.
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
** Affects: horizon
Importance: Undecided
Assignee: Dan Nguyen (daniel-a-nguyen)
Status: New
** Changed in: horizon
Assignee: (unassigned) => Dan Nguyen (daniel-a-nguyen)
--
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/update has a bad request url due to a glitch during
refactor
Status in OpenStack Dashboard (Horizon):
New
Bug description:
We forgot to reverse the url string in two places.
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
Follow ups
References