Reviewed: https://review.openstack.org/375901 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=cfa9ce47e41e34f167adfa14aa6fc876d00982b7 Submitter: Jenkins Branch: master
commit cfa9ce47e41e34f167adfa14aa6fc876d00982b7 Author: Akihiro Motoki <[email protected]> Date: Sat Sep 24 22:56:21 2016 +0000 Show tab label in Admin CreateSubnet/UpdateSubnet form It seems workflows.Action does not support inheritance of Django Meta class. Child classes must declare Meta class again. Otherwise, class name is shown as a tab label in a workflow from. Change-Id: I1bcfd2bde6238af339c2e4a4d84d6544d9c29e6b Closes-Bug: #1626336 ** 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/1626336 Title: "Subnet" label in Create Subnet dialog is shown Status in OpenStack Dashboard (Horizon): Fix Released Bug description: openstack_dashboard/dashboards/project/networks/subnets/workflows.py "Subnet" label is shown as "CreateSubnetInfoAction" in Create Subnet dialog. The original class name is shown. An appropriate label ("Subnet" in this case) should be shown. To manage notifications about this bug go to: https://bugs.launchpad.net/horizon/+bug/1626336/+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

