← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1314450] Re: cannot get 'data_types' opt in MixedDataTableView

 

** Changed in: horizon
       Status: New => Invalid

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

Title:
  cannot get 'data_types' opt in MixedDataTableView

Status in OpenStack Dashboard (Horizon):
  Invalid

Bug description:
  Cannot get 'data_types' and 'data_type_name' options while using
  MixedDataTableView.

  In horizon/tables/views.py, line237:
              for data_type in table.data_types:
  should be
              for data_type in table._meta.data_types:

  while in line 252:
              setattr(datum, self.table_class.data_type_name,
  should be
              setattr(datum, self.table_class._meta.data_type_name,

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


References