advanced-cms / advanced-reviews

This is an Open Source add-on that improves the reviewing process and lets external users to view & review content items or whole projects without the need to access the Edit Mode. Created and maintained by Bartosz Sekuła and Grzegorz Wiecheć
Apache License 2.0
17 stars 15 forks source link

Allow to preview pages without Everyone access #219

Closed barteksekula closed 1 year ago

barteksekula commented 2 years ago

We need to intercept IContentAccessEvaluator and force return true to bypass the ACL check.

Added an integration test that imitates the scenario (the test fails without the fix).

Closes #218