-
Notifications
You must be signed in to change notification settings - Fork 203
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
EZP-31584: Created LocationResolver service which provides first available Location #3050
Conversation
eZ/Publish/Core/Repository/Tests/LocationResolver/PermissionAwareLocationResolverTest.php
Show resolved
Hide resolved
eZ/Publish/Core/Repository/LocationResolver/LocationResolver.php
Outdated
Show resolved
Hide resolved
eZ/Publish/Core/Repository/LocationResolver/PermissionAwareLocationResolver.php
Show resolved
Hide resolved
eZ/Publish/Core/Repository/Tests/LocationResolver/PermissionAwareLocationResolverTest.php
Outdated
Show resolved
Hide resolved
eZ/Publish/Core/Repository/Tests/LocationResolver/PermissionAwareLocationResolverTest.php
Outdated
Show resolved
Hide resolved
eZ/Publish/Core/Repository/LocationResolver/PermissionAwareLocationResolver.php
Show resolved
Hide resolved
eZ/Publish/Core/Repository/Tests/LocationResolver/PermissionAwareLocationResolverTest.php
Show resolved
Hide resolved
eZ/Publish/Core/Repository/LocationResolver/PermissionAwareLocationResolver.php
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
QA Approved on eZ Platform EE v2.5.12 with diffs for main problem.
There are other places which result in 403 (Relations tab, Search) or Unauthorised
(UDW).
Will create separate tickets shortly.
UDW part: https://jira.ez.no/browse/EZP-31776 |
Part for twigs: https://jira.ez.no/browse/EZP-31777 |
When loading Relation main Location might not be accessible for the end-user due to permissions which results in Unauthorized Exception even though the user can have access to different Locations of this Relation.
Related
admin-ui
PR: ezsystems/ezplatform-admin-ui#1439TODO:
$ composer fix-cs
).