← Back to team overview

yahoo-eng-team team mailing list archive

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

 

We've decided to remove inline edit functionality from Horizon. It
doesn't provide much advantage over regular edit, and breaks often/ is a
pain to maintain.

** Changed in: horizon
       Status: In Progress => Won't Fix

** Changed in: horizon
    Milestone: next => None

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

-- 
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):
  Won't Fix

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


References