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
If the form is submitted and contains an error, the images are not loaded in the order submitted by the user. FYI, I am sorting the rank as a hidden field. The user drag/drops which updates the hidden rank in the html.
I am pretty sure this was working correctly when I found it here: #8315
The Criteria class should re-order the collection using logic, rather than a query since the query has already been run.
The text was updated successfully, but these errors were encountered:
I have a form with a collection of images. The user can re-order the images. I am using Doctrine2's Criteria for sorting the images.
If the form is submitted and contains an error, the images are not loaded in the order submitted by the user. FYI, I am sorting the rank as a hidden field. The user drag/drops which updates the hidden rank in the html.
I am pretty sure this was working correctly when I found it here: #8315
The Criteria class should re-order the collection using logic, rather than a query since the query has already been run.
The text was updated successfully, but these errors were encountered: