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

Select field: When populating a sortable select field with entries from a ContentType, it is always sorted by id #7302

Closed
freddietilley opened this issue Jan 19, 2018 · 2 comments
Labels
stale Stale issues & PRs flagged for closing

Comments

@freddietilley
Copy link

freddietilley commented Jan 19, 2018

When fetching values from ContentTypes even though the items can be reordered in the frontend, saving the page will store the items sorted by id in the database.

        select_entry
            label: Entries
            type: select
            values: entry/title
            autocomplete: true
            multiple: true
            sortable: true

Regular values are correctly stored in the order in which they are sorted.

  • Confirmed on Bolt version 3.4.5 and 3.4.6
  • PHP version 7.1.10
  • Confirmed on Firefox, Chrome and Safari
@stale
Copy link

stale bot commented Mar 20, 2018

This issue has been automatically marked as stale because it has not had recent activity. Maybe this issue has been fixed in a recent release, or perhaps it is not affecting a lot of people?
It will be closed if no further activity occurs, because we like to keep the issue queue concise and actual.
If you think this issue is still relevant, please let us know. Especially if you’d like to help resolve the issue, either by helping us pinpointing the cause of a bug, or in implementing a fix or new feature.

@stale stale bot added the stale Stale issues & PRs flagged for closing label Mar 20, 2018
@rossriley
Copy link
Member

I am almost certain that this issue has been fixed already the PR was #7312

That made it into the 3.4.7 release, but of there's still an issue then feel free to reopen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale Stale issues & PRs flagged for closing
Projects
None yet
Development

No branches or pull requests

2 participants