Commit 6f44755
authored
Add sortorder parameter to selectForFormsList method
there are a problem on many extrafields list : we can't sort list by decrease and sort from a specific fields since we have add an sql prevention on filter based on : separator (who is used to separate parameters)
@eldy i propose to remplace on extrafields parameters the : in the sql injection prevention by another caracters, by exemple the ; or the § , and replace it after having explode all the parameters1 parent 240352b commit 6f44755
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9156 | 9156 | | |
9157 | 9157 | | |
9158 | 9158 | | |
| 9159 | + | |
9159 | 9160 | | |
9160 | 9161 | | |
9161 | 9162 | | |
9162 | | - | |
| 9163 | + | |
9163 | 9164 | | |
9164 | 9165 | | |
9165 | 9166 | | |
| |||
9296 | 9297 | | |
9297 | 9298 | | |
9298 | 9299 | | |
9299 | | - | |
| 9300 | + | |
9300 | 9301 | | |
9301 | 9302 | | |
9302 | 9303 | | |
| |||
0 commit comments