- Issue created by @chambers
- First commit to issue fork.
- Merge request !8Non existent translations should be accesible to users with edit content permission β (Open) created by Juanjol
- πͺπΈSpain Juanjol Navarra
I mistakenly opened a Pull Request against the 1.x branch. I have since removed it and opened Merge Request 8, which addresses this problem. The applied solution primarily verifies if the user possesses content editing permissions; if they do, I believe that access ought to be permitted for rendering links, enabling Drupal to resolve the situation via its default functionality
- π§πͺBelgium matthijs
I'm not sure if that solution is the best way to go, because this will obviously also change the behavior in the frontend + uses entity type specific permissions.
I just merged the functionality of this module in the Entity 404 β module (since version 2 was based on it anyway), there I fixed this by using a backtrace to get the language of the Url object. Far from ideal, but core doesn't provide another way to handle this.
Can you maybe try out Entity 404? If that approach works for you we can apply it here as well.