Feature #25049
closedAdd "wizard" to allowOverrideMatrix Array - feature request
0%
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
(issue imported from #M17604)
Updated by Andreas Dörler almost 13 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
Updated by Tilo Baller almost 12 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.
Updated by Mathias Schreiber almost 10 years ago
- Description updated (diff)
- Target version set to 7.4 (Backend)
Updated by Susanne Moog over 9 years ago
- Target version changed from 7.4 (Backend) to 7.5
Updated by Susanne Moog almost 5 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.