Project

General

Profile

Actions

Feature #23965

closed

possibility to insert records of other tables

Added by Franz Holzinger over 13 years ago. Updated over 9 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-11-06
Due date:
% Done:

0%

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

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)


Files

EMinsert.diff (6.86 KB) EMinsert.diff Administrator Admin, 2010-11-06 18:01
Actions #1

Updated by Xavier Perseguers over 12 years ago

  • Target version deleted (4.6.0-beta1)
Actions #2

Updated by Mathias Schreiber over 9 years ago

  • Status changed from New to Closed

Taken into account in #63909.
Thanks for the idea.

Actions

Also available in: Atom PDF