yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #26878
[Bug 1410832] [NEW] User name(with a link) inline edit doesn't work in identity > users > user table
Public bug reported:
We implement user table inline edit and user detail, so the User Name
cell will show input element as text while edting inline because the
cell data will be escaped while it has url, we should unescaped
inhorizon.tables_inline_edit.js while the cell is link, the patch fix
it.
Return escaped data while the cell has url:
https://github.com/openstack/horizon/blob/master/horizon/tables/base.py#L744
** Affects: horizon
Importance: Undecided
Assignee: Lawrance (jing)
Status: In Progress
--
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/1410832
Title:
User name(with a link) inline edit doesn't work in identity > users >
user table
Status in OpenStack Dashboard (Horizon):
In Progress
Bug description:
We implement user table inline edit and user detail, so the User Name
cell will show input element as text while edting inline because the
cell data will be escaped while it has url, we should unescaped
inhorizon.tables_inline_edit.js while the cell is link, the patch fix
it.
Return escaped data while the cell has url:
https://github.com/openstack/horizon/blob/master/horizon/tables/base.py#L744
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1410832/+subscriptions
Follow ups
References