Feature #23965
possibility to insert records of other tables
Status: | Closed | Start date: | 2010-11-06 | |
---|---|---|---|---|
Priority: | Should have | Due date: | ||
Assigned To: | - | % Done: | 0% |
|
Category: | - | Spent time: | - | |
Target version: | - | |||
PHP Version: | 5.2 | Sprint Focus: | ||
Complexity: |
Description
The EM lacks a possibility to insert record into the tables of other extensions.
This patch will allow to add records to static tables which belong to some extensions. The tables shall not be cleared before the records are added.
Image to add records to static_template or static_countries.
This incident is similar to #23877.
Example of use:
(localconf.php of your extension 'test'):
if (TYPO3_MODE=='BE') {
// allow the import of records into static_template
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['typo3/mod/tools/em/index.php']['checkDBimports'][] = 'EXT:test/hooks/class.tx_test_hooks_em.php:&tx_test_hooks_em';
}
Or install the most current extension mastertemplate.
(issue imported from #M16278)
History
#1 Updated by Xavier Perseguers about 4 years ago
- Target version deleted (
4.6.0-beta1)
#2 Updated by Mathias Schreiber 7 months ago
- Status changed from New to Closed
Taken into account in #63909.
Thanks for the idea.