-
Notifications
You must be signed in to change notification settings - Fork 56
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-28314: As a v2 Editor, I want to select a SiteAccess in the Preview mode #371
EZP-28314: As a v2 Editor, I want to select a SiteAccess in the Preview mode #371
Conversation
2ba5236
to
f4700bb
Compare
f4700bb
to
4ac2d92
Compare
use eZ\Publish\Core\Base\Exceptions\BadStateException; | ||
use eZ\Publish\Core\MVC\ConfigResolverInterface; | ||
|
||
class NonAdminSiteaccessResolver |
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.
We have NonAdminSiteaccessResolver
and SiteaccessResolver
, both share few method signatures. I guess it would be best if they implemented same interface.
4ac2d92
to
8881484
Compare
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.
It seems that all works fine from user perspective. There's one failed authentication behat test, but it's the issue that is not related to these changes, and will be fixed by PR #378.
8881484
to
60ce754
Compare
@Nattfarinn I've added |
Since this PR is relying on a lot of other PR my advice is to wait till we merge other things first.
Checklist:
$ composer fix-cs
)