Previous page in checkpoints pagination not work
Bug #1714909 reported by
jiaopengju
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
karbor-dashboard |
Fix Released
|
Undecided
|
jiaopengju |
Bug Description
Currently, previous page in checkpoints pagination can not work, it always throw an error on the web page.
With the code, I found that the sort_key of checkpoints is 'name', but 'name' is not in the returned checkpoints' entity. IMO, we should use 'id' instead.
With using 'id', there are also some issues:
After clicking next page or previous page several times, dashboard will show wrong content (for example, show 10 checkpoints in one page), this should also be fixed.
Changed in karbor-dashboard: | |
assignee: | nobody → jiaopengju (pj-jiao) |
status: | New → In Progress |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/500656
Review: https:/