Feature #25382
closedTCA Tree should respect $TCA['myTable']['ctrl']['requestUpdate'] and $TCA['myTable']['type']
100%
Description
The onChange-Javascript is missing. I will push a patch to gerrit as soon as possible.
(issue imported from #M18022)
Files
Updated by Fabien Udriot over 13 years ago
- Target version deleted (
0)
I am still a bit unsure how to test the patch properly and what to test.
Default TCA contains:
$TCA['tt_content']['ctrl'][requestUpdate]=list_type,rte_enabled
and whenever I click on the checkbox "Rich Text Editor" the Interface is correctly re-loaded in TYPO3 4.5.6alpha1... Maybe more info would be welcome about how to reproduce the bug.
Updated by Marco Huber over 13 years ago
Hi Fabien,
Fabien Udriot wrote:
I am still a bit unsure how to test the patch properly and what to test.
The field must be of type "select" and renderMode "tree" ("TCA tree" ;-)). If such a field is listed as requestUpdate-field the needed Javascript is missing.
Updated by Mr. Hudson over 13 years ago
Patch set 6 of change I46b9513413cbb61660609bbf73eb3551c5ce7a24 has been pushed to the review server.
It is available at http://review.typo3.org/1251
Updated by Steffen Ritter over 13 years ago
- Category set to Backend API
- Status changed from New to Accepted
Updated by Thorsten Kahler over 13 years ago
- File issue-25382_ext-tcatree-z.t3x issue-25382_ext-tcatree-z.t3x added
- Status changed from Accepted to Under Review
- % Done changed from 0 to 70
I attached a simple test extension, that add a table with two field (title and TCA tree field).
Updated by Marco Huber over 13 years ago
- Status changed from Under Review to Resolved
- % Done changed from 70 to 100
Applied in changeset eea2e5865095bc11fbbaf6d8b7e6f372b9111820.