Project

General

Profile

Actions

Bug #21849

closed

When configuring to remove Edit menu from clickmenu, it also removes 'Edit Page Properties'

Added by Kasper Ligaard over 14 years ago. Updated over 10 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2009-12-12
Due date:
% Done:

0%

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

Description

According to the TS Config manual you can configure the User TSConfig entry contextMenu.[key].disableItems with either (or both) af edit and edit_pageheader.

If adding 'edit' then 'edit_pageheader' is also removed because the code (wrongly) test whether the variable editPageIconSet is set. Removing the check, which is done in the attached patch file, solves the problem and makes things work as documented in the TS Config manual.

There is a closely related problem: The entry is not called 'edit_pagehader' anymore (and has not been called that since 2005!!!). It is now called 'edit_pageproperties'. This needs to be corrected in the manual, i.e. replacing 'edit_pageheader' with 'edit_pageproperties' in the description of the configuration entry for contextMenu.[key].disableItems.

TS Config manual: http://typo3.org/documentation/document-library/core-documentation/doc_core_tsconfig/4.2.0/view/1/2/#id4138422
(issue imported from #M13022)


Files

typo3bug-menuconfig-disableitems.patch (937 Bytes) typo3bug-menuconfig-disableitems.patch Administrator Admin, 2009-12-12 19:27

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #22629: TSConfig manual "contextMenu.pageTree.disableItems =moreoptions" remove also “hide”Closed2010-05-11

Actions
Actions

Also available in: Atom PDF