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

Fix system collection forms with custom fields #10075

Merged
merged 1 commit into from Dec 1, 2021
Merged

Conversation

azrikahar
Copy link
Contributor

@azrikahar azrikahar commented Nov 26, 2021

fixes #10059

Before

sijO7AQCjT.mp4

Solution used

Follows the same "descending" order for system fields in #8876. Seems like for booleans in lodash's orderBy, the ascending order is actually false to true, not the other way around:

chrome_c8akIae5fL

hence the need to use descending order here.

After

2yhdZ4YB7E.mp4

@rijkvanzanten rijkvanzanten merged commit 336a453 into main Dec 1, 2021
@rijkvanzanten rijkvanzanten deleted the issue/10059 branch December 1, 2021 19:17
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 3, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Adding Custom Field to Directus Users Breaks Form Layout
2 participants