Closed gchokeen closed 10 years ago
The merged code is wrapped in:
if ($this.config.serializeIndex) { ... }
There is no 'serializeIndex' config option. Shouldn't it be 'serializeID'?
@DamiansDesign : It's not related to this pull request, because those changes are applied recently, still it's good find
When field name come with array format, sometime it required to increment the array index. So i added the code to do that in the redos method. Please merge it if you feel it's useful.