User with Author-Rights and owner of an article want to preview an older version in edit-mode via versions.
Can view the older article
Get access right error 403
J4.2.5 (even fresh installed)
Try this feature with fresh installed Joomla-Versions 4.2.5 and 3.10.11.
With 3.10.11 it is working for the user with Author-Rights. With 4.2.5 not.
In 4.2.5 it is only working, if the user has general edit-rights like user-group editor.
Labels |
Added:
No Code Attached Yet
|
Labels |
Added:
bug
|
Would be only a hint I think ...
Found out, if I deactivate the access check in PreviewModel, than a Author is able to watch an older article via versions.
Don't understand, why the access-check is not working for a preview - the access-check for CompareModel is looking quite similar - but there are no access-errors for an author.
Changed (deactivated) lines in
administrator/components/com_contenthistory/src/Model/PreviewModel.php
`
Hopefully somewhere is reading this with more understanding how that all is working...