Feature #17039
closedIntegrate mod.web_list.deniedNewTables as opposite of allowedNewTables
0%
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
Updated by Oliver Hader over 17 years ago
The attached patch 0005068.patch allows to defined the following TSconfig:
mod.web_list {
deniedNewTables = tx_myext_table1,tx_myext_table2
}
Updated by Yannick Pavard almost 17 years ago
Change is in TYPO3 beta1a ?
Thanks
Updated by Oliver Hader almost 17 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.