Hi,
i'm getting the following error (see below).

Error message
itemsorder cannot be longer than 1000 characters but is currently 1096 characters long.

Comments

Countzero’s picture

Assigned: Unassigned » Countzero
Status: Active » Needs review

I just commited a change to solve this. It should be available after d.o scripts do their day job.

Please report here when you'll have been able to try it.

Thanks for your interest in this module.

stan turyn’s picture

Status: Needs review » Active

Created a view and on saving order getting this:

itemsorder cannot be longer than 5000 characters but is currently 7079 characters long.

Countzero’s picture

Sorry for the late answer : I changed home since then.

The thing is I should change the way the order is stored from a hidden form element to a Javascript array, thus allowing any number of items to be sorted. I'll try to work in this direction from now on.

Countzero’s picture

Status: Active » Needs review

Please review latest today's version : there is no more form and the save is done via Ajax, which should allow any number of items to be sorted.