Project

General

Profile

Actions

Feature #17039

closed

Integrate mod.web_list.deniedNewTables as opposite of allowedNewTables

Added by Oliver Hader about 17 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
-
Start date:
2007-02-25
Due date:
% Done:

0%

Estimated time:
PHP Version:
5.0
Tags:
Complexity:
Sprint Focus:

Description

TSconfig mod.web_list.allowedNewTables allows to define a set of tables which are allowed as new records on a page. mod.web_list.hideTables hides existing records on a page to be displayed but doesn't affect creating new records.
Thus, the opposite of allowedNewTables is required: mod.web_list.deniedNewTables

Inline Relational Record Editing (IRRE) handles relations of the cardinality 1:n. Child records depend directly on their parent and cannot exist without them (composition). Thus, it makes no sense to allow to create tables of the second or third generation in this hierarchy directly.
(issue imported from #M5068)


Files

0005068.patch (5.64 KB) 0005068.patch Administrator Admin, 2007-02-25 14:54
0005068_v2.patch (6.19 KB) 0005068_v2.patch Administrator Admin, 2008-02-11 17:12
0005068_docChanges.txt (613 Bytes) 0005068_docChanges.txt Administrator Admin, 2008-02-11 17:13

Related issues 1 (0 open1 closed)

Has duplicate TYPO3 Core - Feature #17950: Forbid record in sysfolderClosedOliver Hader2007-12-24

Actions
Actions #1

Updated by Oliver Hader about 17 years ago

The attached patch 0005068.patch allows to defined the following TSconfig:
mod.web_list {
deniedNewTables = tx_myext_table1,tx_myext_table2
}

Actions #2

Updated by Yannick Pavard about 16 years ago

Change is in TYPO3 beta1a ?

Thanks

Actions #3

Updated by Oliver Hader about 16 years ago

I've attached a modified version. "deny" takes now priority over "allow".
This feature is not included in TYPO3 4.2-beta1a, but maybe it's approved for TYPO3 4.2 after feature freeze.

Actions #4

Updated by Oliver Hader about 16 years ago

Committed to TYPO3_4-2 (rev. 3145)

Actions

Also available in: Atom PDF