Project

General

Profile

Actions

Feature #46124

closed

IRRE: Provide default values for created records

Added by Sebastian Michaelsen about 11 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
FormEngine aka TCEforms
Target version:
Start date:
2013-03-08
Due date:
% Done:

100%

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

Description

Let's say you have an IRRE fields that hold's tt_content records and in this context mostly you want to use the "Image" CE.

AFAIK there is no possibility to provide default values for IRRE fields. So I'd like to introduce 'foreign_table_defaultValues' as new option for 'inline' elements:

config => array(
  'type' => 'inline',
  'foreign_table' => 'tt_content',
  'foreign_table_defaultValues' => array(
    'CType' => 'image'
  ),
)
Actions #1

Updated by Gerrit Code Review about 11 years ago

  • Status changed from New to Under Review

Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/18815

Actions #2

Updated by Gerrit Code Review about 11 years ago

Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/18815

Actions #3

Updated by Gerrit Code Review about 11 years ago

Patch set 3 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/18815

Actions #4

Updated by Gerrit Code Review about 11 years ago

Patch set 4 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/18815

Actions #5

Updated by Gerrit Code Review about 11 years ago

Patch set 5 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/18815

Actions #6

Updated by Gerrit Code Review almost 11 years ago

Patch set 6 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/18815

Actions #7

Updated by Gerrit Code Review almost 11 years ago

Patch set 7 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/18815

Actions #8

Updated by Gerrit Code Review almost 11 years ago

Patch set 8 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/18815

Actions #9

Updated by Sebastian Michaelsen almost 11 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #10

Updated by Viktor Livakivskyi over 10 years ago

  • Target version changed from 6.1.0 to 6.2.0

This was added to 6.2 (alpha2).

Actions #11

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF