Closed (fixed)
Project:
Storm
Version:
6.x-1.23
Component:
Storm.module
Priority:
Minor
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
13 Aug 2009 at 01:21 UTC
Updated:
4 Sep 2009 at 23:30 UTC
The Storm lists all appear to contain 10 entries. 20 would fit my screen. An administration option to change all the list lengths would be useful.
Comments
Comment #1
Magnity commentedThis can already be done using the filter options on each list.
(EDIT: Although this is setting per list rather than globally)
Comment #2
Mark_Watson27 commentedThis could be easily acheivable by adding the following lines to the
storm_admin_settingsfunction instorm.moduleThen in the modeles theme.inc i.e. for Tickets
stormticket.theme.incchange the code instormticket_listSo that you're getting the default setting or using 10 if there isn't one.
Comment #3
Magnity commentedLooks good.
Comment #4
Magnity commentedCommitted to all modules.
Note that the items per page settings are in each module's
admin.incfile, nottheme.incand that it is the setting instormmodule_list_filterwhich matters rather thanstormmodule_list.