Reviewed: https://review.openstack.org/601237 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=173144dfa7f1ca70e019c9f424ff85d8c9e210b6 Submitter: Zuul Branch: master
commit 173144dfa7f1ca70e019c9f424ff85d8c9e210b6 Author: Marek <[email protected]> Date: Mon Sep 10 11:52:52 2018 +0200 Fixes a faulty if-check Constructs a list object from a filter object; previously, the if would always resolve as true because a FilterObject was being checked. Change-Id: Ie88b81019cc05d4a454ac1c2ddc0e05a86a1c2ae closes-bug: #1791602 ** 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/1791602 Title: Modify Groups clears groups from project Status in OpenStack Dashboard (Horizon): Fix Released Bug description: To reproduce 0) Create a project with a security group 1) Go to: Identity > Projects 2) Select the 'Modify Groups' action for the project from step 0 3) Add a different security group to the project and save the changes After the save goes through: => the group will not have been addedto the project => all previously assigned groups will have been removed from the project To manage notifications about this bug go to: https://bugs.launchpad.net/horizon/+bug/1791602/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

