Actions
Bug #97171
closedRecord context menu shows "new" despite active mod.web_list.deniedNewTables
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2022-03-11
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
10
PHP Version:
7.4
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When disabling the "new record" button for sys_category table with PageTSconfig 'deniedNewTables', the context menu of a sys_category record still shows the "New" button.
Example PageTSconfig:mod.web_list.deniedNewTables = sys_category
This has the following effect:
- This disables the "new" record button on the table header in the Web>List view.
- The new record wizard does not show the record type (everywhere, not only in web>list)
The problem
When a sys_category record already exists, I can click on the icon to get a context menu. This context menu has a "New" button that allows the user to create a new record.
I would expect that this "New" menu item disappears, too.
Files
Actions