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
docs(config): clarify default-order vs operation-order precedence
`api_platform.defaults.order` prepends its keys to any operation-level
`order` (via `array_merge($globalDefault, $operationOrder)`) rather than
acting as a fallback that yields to the operation. Correct the inaccurate
"overrides" claim in the existing paragraph and add a new section that
explains the merge semantics, shows a concrete example with resulting
ORDER BY, and documents the escape hatch (omit the global default and set
order per-operation, or replace OrderExtension).
Refs api-platform/core#8156 (documents intentional behaviour).
0 commit comments