[5.x] Relationship fieldtype authorization tweaks#14307
Open
duncanmcclean wants to merge 3 commits into5.xfrom
Open
[5.x] Relationship fieldtype authorization tweaks#14307duncanmcclean wants to merge 3 commits into5.xfrom
duncanmcclean wants to merge 3 commits into5.xfrom
Conversation
… to be authorized
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
In #14254, we added authorization to the entry and term fieldtypes to ensure users couldn't select items they don't have permission to view.
Current behaviour
This meant that in the entries fieldtype, the user had to have permission to view entries in all of the configured collections, otherwise they'd see an authorization error.
CleanShot.2026-03-20.at.11.27.47.mp4
Updated behaviour
This PR changes the behaviour slightly — instead of throwing an error when the user can't view one of the collections, we now limit the selections to only the collections the user is authorised to view.
The collection filter will now also only show the collections the user has permission to view.
CleanShot.2026-03-20.at.11.26.45.mp4
^ Everything I've mentioned above about collections and entries is true of taxonomies and terms too.
Fixes #14302