Public bug reported:

Currently openstack dashbord tab fetches data and passes it into context and it 
is not able to consume already loaded data from the view.
For example, lets suppose that we have a MultiTableView with tabs. To render 
our view itself we need to call api.neutron.get_network(). And one of our tabs 
also need to get api.neutron.get_network() data in _get_data() method.
It would be nice not to call it again but consume from somewhere (kwargs, 
context, etc).
But I believe it could require changing Horizon code and lots of tests will be 
failed.

** Affects: horizon
     Importance: Undecided
         Status: New

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

Title:
  Openstack Dahsobard tab cant get view data

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  Currently openstack dashbord tab fetches data and passes it into context and 
it is not able to consume already loaded data from the view.
  For example, lets suppose that we have a MultiTableView with tabs. To render 
our view itself we need to call api.neutron.get_network(). And one of our tabs 
also need to get api.neutron.get_network() data in _get_data() method.
  It would be nice not to call it again but consume from somewhere (kwargs, 
context, etc).
  But I believe it could require changing Horizon code and lots of tests will 
be failed.

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to