← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1843871] [NEW] Moving get_page_size from horizon to openstack_dashboard breaks many horizon plugins

 

Public bug reported:

Commit 7c897b677cc4e7eb11d90fce448160c2b90d1ef4 (which was merged yesterday, Sep 13) moved horizon.utils.functions.get_page_size to openstack_dashboard.utils.settings as it is specific to openstack_dashboard.
However, it turns out this change breaks many horizon plugins as they calls get_page_size() to determine the size of pagination in their API calls.

** Affects: horizon
     Importance: Critical
     Assignee: Akihiro Motoki (amotoki)
         Status: Triaged

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

Title:
  Moving get_page_size from horizon to openstack_dashboard breaks many
  horizon plugins

Status in OpenStack Dashboard (Horizon):
  Triaged

Bug description:
  Commit 7c897b677cc4e7eb11d90fce448160c2b90d1ef4 (which was merged yesterday, Sep 13) moved horizon.utils.functions.get_page_size to openstack_dashboard.utils.settings as it is specific to openstack_dashboard.
  However, it turns out this change breaks many horizon plugins as they calls get_page_size() to determine the size of pagination in their API calls.

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


Follow ups