Project

General

Profile

Actions

Feature #25049

closed

Add "wizard" to allowOverrideMatrix Array - feature request

Added by Florian Sauer about 13 years ago. Updated over 4 years ago.

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

0%

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

Description

If you use the "wizard"->add feature in the TCA you are able to create new child records of a table Y; their UID is added to a field of table X.
But alas, your choices of the PAGES the new child records are saved to are limited to some #substitution_markers#. The PID is set in the array key params.pid:

Ex.
'wizards' => Array(
'add' => Array(
'params' => Array(
'pid' => 123,
),
Unfortunately a substitution with #PAGE_TSCONFIG_ID# will not be executed.
So there is no possibility to set the PID (the page the child record will be created in) dynamically per page.

the allowOverrideMatrix contains TCA keys which may be overwritten by Page TS. If we would add the TCA key "wizard" to this matrix we could set the pid value by Page TS.

I have described my solution for this problem using hooks in

http://www.typo3forum.net/forum/extension-modifizieren-neu-erstellen/34683-ids-f-r-tca-php-per-ts-festlegen-2.html#post166465

(issue imported from #M17604)


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Feature #14669: set Fields requiredClosed2005-04-14

Actions
Actions #1

Updated by Andreas Dörler over 12 years ago

  • Target version deleted (0)

Hi,

it would be really great to have the allowOverrideMatrix configurable.
Despite the problem mentioned above, it would also be nice to set some fields to "readOnly" (or even change the type to "none") for certain users/groups.
Using a hook is okay but does not feel right.

Kind regards
Andreas

Actions #2

Updated by Tilo Baller over 11 years ago

$allowOverrideMatrix can be manipulated with getMainFieldsClass-Hook (function: getMainFields_preProcess). See also: http://typo3.org/api/typo3cms/_form_engine_8php_source.html#l00613
If more advice is needed on how to implement/use this just ask.

Actions #3

Updated by Mathias Schreiber over 9 years ago

  • Description updated (diff)
  • Target version set to 7.4 (Backend)
Actions #4

Updated by Susanne Moog over 8 years ago

  • Target version changed from 7.4 (Backend) to 7.5
Actions #5

Updated by Benni Mack over 8 years ago

  • Target version deleted (7.5)
Actions #6

Updated by Susanne Moog over 4 years ago

  • Status changed from New to Closed

Due to low demand / low priority I'm going to close this issue now. If anyone takes time to implement it, simply open a new issue please. Thanks.

Actions

Also available in: Atom PDF