Opened 10 years ago
Closed 10 years ago
#12379 closed defect (fixed)
Enhanced Grid Paginator: "Go to Page" Dialog
Reported by: | manklu | Owned by: | evan |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | DojoX Grid | Version: | 1.6.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The dialog should only open if more than one page is available.
All that is needed, is a check in _openGotopageDialog, if the result of _getPageCount() is greater than one.
Change History (4)
comment:1 Changed 10 years ago by
Owner: | changed from bryanforbes to evan |
---|
comment:2 Changed 10 years ago by
Milestone: | tbd → 1.7 |
---|
comment:3 Changed 10 years ago by
Priority: | normal → high |
---|
comment:4 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [25426]) Fixes #12379 !strict by not showing go to page dialog when page count <=1