← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1473117] Re: Sort using column work only for the dataset on one page

 

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

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

Title:
  Sort using column work only for the dataset on one page

Status in OpenStack Dashboard (Horizon):
  Won't Fix

Bug description:
  When I open admin dashboard:
    /dashboard/admin/instances/
  I see 20 items (in my case I have 50 records in total).

  Now I want to sort the data using hypervisor, so I click on "Host" column and it indeed sort it using hypervisor.
  However it sort just the data of that one page.

  E.g if I have in host column those names (using just 5 rows instead of
  20 to make things simplier):

  machine1
  machine5
  machine3
  machine4
  machine2

  When I click on Host column I got correctly

  machine1
  machine2
  machine3
  machine4
  machine5

  But then I notice the link "More >>>" at the bottom.
  And when I click on it I get

  machine1
  machine2
  machine1

  and when I click on Host column
  I get:

  machine1
  machine1
  machine2

  However this is totaly wrong as I expect the sorting to work across whole dataset.
  So after clicking on the first page on "host" column I am expecting to see:

  machine1
  machine1
  machine1
  machine2
  machine2

  and when I click on "More>>>"

  machine3
  machine4
  machine5

  Note: I'm using OpenStack Icehouse release

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


References