yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #64781
[Bug 1671593] Re: Network/Router forms show readonly ID/name fields
Reviewed: https://review.openstack.org/443928
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=cb391cc933f49a2756354c78faaf2819f13cdd8d
Submitter: Jenkins
Branch: master
commit cb391cc933f49a2756354c78faaf2819f13cdd8d
Author: Akihiro Motoki <motoki@xxxxxxxxxxxxx>
Date: Thu Mar 9 18:08:23 2017 +0000
Do not display UUID in network/rotuer forms
In horizon design we don't show IDs as they are not user friendly,
but forms in the network and router panels show ID as read-only fields.
These fields are only used to retrieve ID of target or parent resource,
but they can be retrieved from "self.initial". (Note that 'initial'
data is set from url parameters in the django views.)
We don't usually show resource name of parent resource as well.
Let's do it consistently for network/router forms.
Change-Id: Ibd4c594e79889e8c605203a79bc35e1ffaa40703
Closes-Bug: #1671593
** 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/1671593
Title:
Network/Router forms show readonly ID/name fields
Status in OpenStack Dashboard (Horizon):
Fix Released
Bug description:
In horizon design we don't show IDs as they are not user friendly, but
forms in the network and router panels show ID as read-only fields. As
the author of these panels, there is no special reason other than the
lack of Django knowledge and they are used to retrieve IDs of target
resource or parent resource.
In addition, we don't usually show resource name of parent resource,
but port create form does.
These inconsistency is better to be fixed.
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1671593/+subscriptions
References