- Issue created by @wsantell
- First commit to issue fork.
- πΊπΈUnited States smustgrave
Believe the problem was the base route and route name were switched. See if this works.
The local task buttons for "Si Prepublish" and "Si Recheck" are always present on Node pages, regardless of permissions.
<!--break-->Upgrade to 3.0.1.
Go to any Node page while logged out (assuming Anonymous does not have the "Use Siteimprove Prepublish Check" permission).
Observe local task buttons for "Si Prepublish" and "Si Recheck" are present
Looking in `siteimprove.links.task.yml` there is an access_callback to `siteimprove.access_checker:checkAccess`.
In short, fix the access check.
Active
3.0
Code
Believe the problem was the base route and route name were switched. See if this works.