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
ManyManySortable is supposed to work after editing the _config as detailed below. Updates and pull requests since this functionality was added may have broken it however.
Adds many_many sortable to a relationship
Add the following example to your _config with the
The key of the array is the Object that has the many_many relationship set on it.
The value is another array in which the 1st element is the Relationship name and the 2nd element is the sort order.
*
After creating the ManyManySort field manually everything seems to work as should.
[26-Feb-2012 05:37:33] Error at sapphire/core/model/MySQLDatabase.php line 525: Couldn't run query:
INSERT INTO "SomePage_MyFiles" ("SomePageID","FileID" , "ManyManySort") VALUES (16, 169 , '1')
Unknown column 'ManyManySort' in 'field list' (http://localhost:8888/ss/admin/EditForm)
[26-Feb-2012 05:39:06] Error at sapphire/core/model/MySQLDatabase.php line 525: Couldn't run query:
INSERT INTO "SomePage_MyFiles" ("SomePageID","FileID" , "ManyManySort") VALUES (16, 169 , '1')
Unknown column 'ManyManySort' in 'field list' (http://localhost:8888/ss/admin/EditForm)
The text was updated successfully, but these errors were encountered: