Bug #22728
closedIcon "Create new record in top of column" displayed even with no rights
0%
Description
The icon and link "Create new record in top of column" in the page module is displayed even if the editor has no rights to create/change content elements.
The control panel of each record is hidden correctly by using the extended check which should be used at the other place too.
(issue imported from #M14493)
Files
Updated by Alexander Opitz over 11 years ago
- Status changed from New to Needs Feedback
- Target version deleted (
0)
Hi Georg,
the line from your patch
if ($this->tt_contentConfig['showCommands'] && $this->doEdit) {
is in function tt_content_drawHeader and in function tt_content_drawColHeader it is handled with an extra $editParams parameter.
So the base of this patch is done.
On the other side there are other areas (like dropzone) which shows an add icon if you do not have the rights to do so.
So can we close this issue?
Updated by Alexander Opitz about 11 years ago
- Status changed from Needs Feedback to Closed
- Is Regression set to No
No response in over 3 month so closing this issue.
If you think this issue should be reopened, then write to the bugs mailing list.