Closed (fixed)
Project:
JSON:API Extras
Version:
8.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
25 Feb 2026 at 16:44 UTC
Updated:
24 Jul 2026 at 14:50 UTC
Jump to comment: Most recent
The fields in the resourceFields key of the JSON:API resource configuration is currently not deterministically sorted which leads to unwanted changes when updating it.
-
Sort the config deterministically using the orderby feature of config sequences. Note that this does not influence the order of the fields in the user interface in any way.
-
-
-
The resourceFields key of JSON:API resource configuration is now always ordered alphabetically by key.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
tstoecklerComment #4
bbralaGood idea! Thanks