You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you're filing a bug, please describe how to reproduce it. Include as much
relevant information as possible, such as:
Bug summary
* When I have a content type with two `title` fields (one at the root level, and another in a `set` field)
* the sorting on the admin listing page is not relevant
Specifics
* I am using Bolt 5.1.18
* It was installed with `composer create-project bolt/project bolt-issues`
* I am using Firefox 108.0.1
* I have also checked with Safari
Steps to reproduce
* Install a fresh Bolt project
* Update the product content type to add a custom set field with a `title` sub-field:
my_custom_set:
type: setfields:
title:
type: textlabel: 'My custom set title'description:
type: redactorlabel: 'My custom set description'
* Go on the products admin and update some products to set `title`s in the custom set field
* Sort by "Title"
* Here's an example of what it looks like:
Expected result
* I expect the products to be sorted by their title, and not by the custom set's title
Actual result
* Products are sorted by their titles (main title and custom set's title)
Thanks a lot 🙏
The text was updated successfully, but these errors were encountered:
Suggesting to have unique fieldnames in collections in the examples in the docs, related to bolt/core#3386
There may be more instances in the docs where this can apply.
Details
Reproduction
If you're filing a bug, please describe how to reproduce it. Include as much
relevant information as possible, such as:
Bug summary
Specifics
Steps to reproduce
Expected result
Actual result
Thanks a lot 🙏
The text was updated successfully, but these errors were encountered: