craftcms / cms

Build bespoke content experiences with Craft.
https://craftcms.com
Other
3.22k stars 627 forks source link

Entries Sort has repeated fields #4336

Closed rogertinch closed 5 years ago

rogertinch commented 5 years ago

Description

In viewing any of the entries lists in the admin, the sort by dropdown has a lot of repeated fields.

image

Steps to reproduce

  1. View an entries list
  2. Activate sort by dropdown

Additional info

brandonkelly commented 5 years ago

The culprit for this one was a service method (craft\services\Fields::getFieldsByElementType()) that also affects Craft 3.1, so just fixed it there, and merged the fix into the 3.2 branch for the next alpha release.