Details
-
Bug
-
Resolution: Fixed
-
Minor
-
7.2-rc-1
-
Unknown
-
N/A
-
N/A
-
Description
It's probably older than 7.2-RC1, but this is the version tested on.
Steps:
- Create/modify pages in A/B/C with a normal user;
- Administrator will deny the VIEW right for the user for that pages;
- The 'My Recent Modifications' panel still will display the changes, unrendered, see unrenderedModifications.png
<ul>
<li>
<a href="$recentDoc.getURL()">$escapetool.xml($recentDoc.plainTitle)</a>
</li>
</ul>
Expected: We should
- not display the entries anymore or
- display the name of the document, not as link, but as simple text;
- or even as link, but the 'You are not allowed to view this page or perform this action.' will be displayed on that page.