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

[BUG] Extension breaks sortable select values in backend. #22

Open
melcarthus opened this issue Oct 6, 2017 · 0 comments
Open

[BUG] Extension breaks sortable select values in backend. #22

melcarthus opened this issue Oct 6, 2017 · 0 comments
Assignees

Comments

@melcarthus
Copy link

What went wrong?
With the bolt-extension-formeditor installed I could not drag-drop the values inside the select in the backend of bolt.

After I uninstalled the bolt-extensions-formeditor I could drag and drop the values in the select field again.

reproduction

-Install bolt
-install boltforms
-install boltforms editor
-add field to your contenttype with a select like:

        tabselect:
            type: select
            values: tabs/title,id
            autocomplete: false
            multiple: true
            sortable: true
            keys: title

-Create a new page or other contenttype and fill the select with values. You will notice you can't drag and drop them anymore.

I got no errors in the console...

Bolt 3.3.6
Boltforms 4.1.12
Boltforms editor 4.0.2

@rossriley rossriley self-assigned this Dec 18, 2017
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