Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sortable fail and boolean return error when it is not checked #20

Closed
pakico opened this issue Feb 6, 2012 · 1 comment
Closed

sortable fail and boolean return error when it is not checked #20

pakico opened this issue Feb 6, 2012 · 1 comment

Comments

@pakico
Copy link

pakico commented Feb 6, 2012

Hello,

I'm working with your plugin for one project. And I discovery some bugs.

  1. SORTABLE
    error in sortable:

models/content.php

line: 254, not necessry.
line: 262, don't run with save1 var.

If you remove line 254 an modify line 262, reorder run perfecty.

  1. BOOLEAN
    error saving boolean field (checkbox):
    you need add this line:
    and $value['type'] != 'boolean'
    under line: 157 of models/content.php

PD: I'm spanish and i know a few of english language for write. For this I apologize.
If you remove line 254 an modify line 262, reorder run perfecty.

@maurozadu
Copy link
Collaborator

Hi pakico

both issues you mention are fixed in the dev branch. We are going to merge dev branch into master anytime soon, but in the meantime you can pull that branch and work with it.

Thank you for your interest!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants