_updateFields js should start with first list item position of 1, not 0 #1

Open
aepstein wants to merge 16 commits from aepstein/patch-1 into master
aepstein commented 2012-12-08 23:20:03 +00:00 (Migrated from github.com)

The logic for inserting new members of the list assumes the first member will have position 1. For consistency with this behavior, _updateFields should also start at 1. The indices generated by jQuery sortable start at 0, so we have to shift them up by 1.

The logic for inserting new members of the list assumes the first member will have position 1. For consistency with this behavior, _updateFields should also start at 1. The indices generated by jQuery sortable start at 0, so we have to shift them up by 1.
johnbintz commented 2012-12-09 19:41:15 +00:00 (Migrated from github.com)

Can you submit a pull request against the formtastic_input branch instead? Thanks!

Can you submit a pull request against the `formtastic_input` branch instead? Thanks!
This pull request can be merged automatically.
You are not authorized to merge this pull request.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b aepstein/patch-1 master
git pull origin aepstein/patch-1

Step 2:

Merge the changes and update on Gitea.
git checkout master
git merge --no-ff aepstein/patch-1
git push origin master
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: github-migration/cocoon#1
No description provided.