Project

General

Profile

Actions

Bug #22728

closed

Icon "Create new record in top of column" displayed even with no rights

Added by Georg Ringer almost 14 years ago. Updated over 10 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-05-27
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.4
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

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

14493-create-new-ce.patch (489 Bytes) 14493-create-new-ce.patch Administrator Admin, 2010-05-27 10:18
14493-create-new-ce_before.gif (19.7 KB) 14493-create-new-ce_before.gif Administrator Admin, 2010-05-27 10:18
14493-create-new-ce_after.gif (18.6 KB) 14493-create-new-ce_after.gif Administrator Admin, 2010-05-27 10:18

Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #17203: Access Check for Content Elements before drawing the InterfaceClosed2007-04-12

Actions
Related to TYPO3 Core - Bug #23241: Frontend Editing edit panels are shown for content element types that cannot be editedClosedJeff Segars2010-07-21

Actions
Actions #1

Updated by Alexander Opitz almost 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?

Actions #2

Updated by Alexander Opitz over 10 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.

Actions

Also available in: Atom PDF