Needs review
Project:
Sortable Grid Views Plugin
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
18 May 2012 at 12:25 UTC
Updated:
11 Oct 2012 at 07:38 UTC
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
Comment #1
Countzero commentedI 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.
Comment #2
stan turyn commentedCreated a view and on saving order getting this:
Comment #3
Countzero commentedSorry 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.
Comment #4
Countzero commentedPlease 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.