← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1569185] [NEW] update_cell() in user table should be refactored

 

Public bug reported:

update_cell() is called by inline edit user.

1. should only update the changed cell instead of whole user data

2. there is no project column in table so it will never be updated
   remove 'project' to unnecessary api call.
   ref: https://github.com/openstack/horizon/blob/master/openstack_dashboard/api/keystone.py#L420

3. avoid set  email to empty string. ref:
https://bugs.launchpad.net/horizon/+bug/1265805

** Affects: horizon
     Importance: Undecided
     Assignee: Wang Bo (chestack)
         Status: In Progress

** Summary changed:

- update cell of user should be refactored
+ update_cell() in user table should be refactored

** Changed in: horizon
     Assignee: (unassigned) => Wang Bo (chestack)

-- 
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/1569185

Title:
  update_cell() in user table should be refactored

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  update_cell() is called by inline edit user.

  1. should only update the changed cell instead of whole user data

  2. there is no project column in table so it will never be updated
     remove 'project' to unnecessary api call.
     ref: https://github.com/openstack/horizon/blob/master/openstack_dashboard/api/keystone.py#L420

  3. avoid set  email to empty string. ref:
  https://bugs.launchpad.net/horizon/+bug/1265805

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1569185/+subscriptions


Follow ups