#44
Solved
dead code in AjaxScaffold::Helper#column_so rt_direction
Reported by voneicken on Ajax Scaffold · 17/08/2006 21:00:05
- Assigned to:
- Nobody
- Priority:
- Normal
- Status:
- Solved
- Category:
- None
- Version:
- 3.1.4
The first line of AjaxScaffold::Helper#column_sort_direction has no effect:
column_name && current_sort_direction(params) == “asc” ? “desc” : “asc”
Did you mean to have an assignment in there somehow?
BTW: your bug database doesn’t know about version 3.1.5…
Loading comments...