You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the first parameter of assign isn't escaped, which causes SilverStripe-Installations with PostgreSQL databases to cast the column to lower-case (i.e. "sortorder").
Shouldn't it be escaped as follows?
->assign("\"$sortColumn\"", $sort++)
The text was updated successfully, but these errors were encountered:
In
sortablefile/src/Forms/SortableUploadField.php
Line 199 in 0028923
assign
isn't escaped, which causes SilverStripe-Installations with PostgreSQL databases to cast the column to lower-case (i.e."sortorder"
).Shouldn't it be escaped as follows?
The text was updated successfully, but these errors were encountered: