yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #51345
[Bug 1580975] Re: Some actions are unclickable
Reviewed: https://review.openstack.org/318444
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=a0088d1856337551995a8e9504aad773f4fa347c
Submitter: Jenkins
Branch: master
commit a0088d1856337551995a8e9504aad773f4fa347c
Author: Kenji Ishii <ken-ishii@xxxxxxxxxxxxx>
Date: Thu May 19 13:45:09 2016 +0900
Fix the issue that delete actions are unclickable
In detail page like volume, image and so on, delete action
is not clickable. Delete actions are set by the code below.
https://github.com/openstack/horizon/blob/master/horizon/static/horizon/js/horizon.forms.js#L366
However, because of the change below, these no longer match this selector.
https://review.openstack.org/#/c/284421/18
This patch will fix it so as to match the selector above.
Change-Id: Ia4ef05b8811c09dedeeb4c3349e989c4e3af5122
Closes-Bug: #1580975
** 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/1580975
Title:
Some actions are unclickable
Status in OpenStack Dashboard (Horizon):
Fix Released
Bug description:
Originally I've got the issue with murano-dashboard with the following steps:
1. Go to Murano - Application Catalog - Environments.
2. Create a new environment, its detail view will open.
3. Press "Delete environment".
Expected result: environment is deleted.
Actual result: nothing happens.
Environments still can be deleted from the list of environments.
The same with "Abandon environment" action.
I can see that some actions (but not all) in other places in horizon are also unavailable.
Unavailable actions that I see:
- actions in the instance details view: shutoff, delete instance, reboot instance, pause instance, suspend, shelve, lock, unlock
- delete image from its details view
- delete volume
- delete network
- delete router
- stack actions: check, resume, delete
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1580975/+subscriptions
References