Revision 481e3f93
Von Moritz Bunkus vor etwa 12 Jahren hinzugefügt
SL/Controller/Helper/Sorted.pm | ||
---|---|---|
23 | 23 |
} |
24 | 24 |
|
25 | 25 |
$specs{DEFAULT_DIR} = $specs{DEFAULT_DIR} || !defined($specs{DEFAULT_DIR}) ? 1 : 0; |
26 |
$specs{DEFAULT_BY} ||= "SL::DB::$specs{MODEL}::Manager"->_get_sort_spec($class)->{default}->[0];
|
|
26 |
$specs{DEFAULT_BY} ||= { "SL::DB::Manager::$specs{MODEL}"->_sort_spec }->{default}->[0];
|
|
27 | 27 |
$specs{FORM_PARAMS} ||= [ qw(sort_by sort_dir) ]; |
28 | 28 |
$specs{ONLY} ||= []; |
29 | 29 |
$specs{ONLY} = [ $specs{ONLY} ] if !ref $specs{ONLY}; |
Auch abrufbar als: Unified diff
Sorted-Controller-Helfer: Default-Wert für 'DEFAULT_BY' gefixt