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
Got a component with multiple relations and filter-fields to filter in the list view. When I try to reordering the items the form generates (empty or not) post vars from these filter fields, and the nnrelation-table behavior trys to proceed them in onAfterStore(), while the model on reordering loads every single item as table object, adjust the reordering, and save them (and triggers the onAfterSave()).
And this results in wrong relations or sql-error.
Hmmm....maybe need to check the saving-context (if possible)?
The text was updated successfully, but these errors were encountered:
Got a component with multiple relations and filter-fields to filter in the list view. When I try to reordering the items the form generates (empty or not) post vars from these filter fields, and the nnrelation-table behavior trys to proceed them in onAfterStore(), while the model on reordering loads every single item as table object, adjust the reordering, and save them (and triggers the onAfterSave()).
And this results in wrong relations or sql-error.
Hmmm....maybe need to check the saving-context (if possible)?
The text was updated successfully, but these errors were encountered: