Opened 11 years ago
Closed 11 years ago
#12707 closed defect (fixed)
Missing i18n support for value "All" within parameter pageSizes
Reported by: | Martin Jakobi | Owned by: | Evan |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | DojoX Grid | Version: | 1.6.0 |
Keywords: | dojox.grid.EnhancedGrid pagination | Cc: | |
Blocked By: | Blocking: |
Description
The pagination bar [dojox.grid.enhanced.plugins._Paginator] shows the values listed in myplugins.pagination.pageSizes (default: pageSizes: ["10", "25", "50", "100", "All"])
So, the function _createSizeSwitchNodes() iterates over the array pageSizes.
For the string value "All" only the title and label are performed as _allItemsLabelTemplate.
Here I'm missing an accordingly value for the string size "All".
Change History (2)
comment:1 Changed 11 years ago by
Milestone: | tbd → 1.7 |
---|---|
Owner: | changed from evan to Evan |
Type: | enhancement → defect |
comment:2 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Already fixed within [26384]