← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1555838] Re: no way of getting data on row expansion

 

Reviewed:  https://review.openstack.org/287473
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=ad18ae7e348e9aeaac35e1881ab072698a926795
Submitter: Jenkins
Branch:    master

commit ad18ae7e348e9aeaac35e1881ab072698a926795
Author: David Cusatis <dcusati@xxxxxxxxxx>
Date:   Wed Mar 2 15:43:28 2016 -0600

    Add event broadcast to table row expansion
    
    I am in need of getting row data when row expansion occurs in a different patch.
    
    For example, I'd like the following workflow:
    1. user expands table row
    2. event is broadcast, in which the row data is broadcasted
    3. we do some operation to populate the expanded drawer, based on the row data.
    
    Change-Id: I9db9053331a232149495d847351a71d62ce19bf9
    Closes-Bug: #1555838


** 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/1555838

Title:
  no way of getting data on row expansion

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  In hz-expand-detail-directive.js
  (https://github.com/openstack/horizon/blob/master/horizon/static/framework/widgets/table
  /hz-expand-detail.directive.js) there's currently no way to do some
  operation to the table on expansion.

  For example, I'd like the following workflow:
  1. user expands table row
  2. event is broadcast, in which the row data is broadcasted
  3. we do some operation to populate the expanded drawer, based on the row data.

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


References