You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After generating a content entity with revisions users cannot be given access tot the entity revision.
Details to include:
Why are we doing this? Above all, a summary should explain why a change is needed, in a few short sentences.
How to reproduce
Generate a new content entity (in my case without bundles & translations, but with revisions). Check the *.permissions.yml & the *HtmlRouteProvider.php for the mismatching permissions.
Details to include:
Drupal Console Launcher version 1.8.0
Drupal Console version 1.8.0
Solution
In the *HtmlRouteProvider.php the permision access %entity_type revisions should be called view all %entity_type revisions.
The text was updated successfully, but these errors were encountered:
absoludo
added a commit
to absoludo/drupal-console
that referenced
this issue
Sep 25, 2018
Problem/Motivation
After generating a content entity with revisions users cannot be given access tot the entity revision.
Details to include:
How to reproduce
Generate a new content entity (in my case without bundles & translations, but with revisions). Check the
*.permissions.yml
& the*HtmlRouteProvider.php
for the mismatching permissions.Details to include:
Solution
In the
*HtmlRouteProvider.php
the permisionaccess %entity_type revisions
should be calledview all %entity_type revisions
.The text was updated successfully, but these errors were encountered: