Bug #17955
closednewRecordLinkAddTitle not understandable text
100%
Description
If I use newRecordLinkAddTitle with inline, then 'Neu anlegen Produkt zu Kennzeichnung' is displayed. This is however not understandable. It should be 'Neue Beziehung: Produkt zu Kennzeichnung'
'config' => Array (
'type' => 'inline',
'appearance' => Array ('collapseAll' => TRUE, 'newRecordLinkAddTitle' => TRUE, 'useCombination' => TRUE),
'foreign_table' => 'tx_myext_product_mm_additionals',
'foreign_field' => 'product_uid',
'foreign_sortby' => 'productsort',
'foreign_label' => 'idvalue',
'foreign_selector' => 'identifier_uid',
'maxitems' => 10
),
(issue imported from #M7057)
Updated by Andreas Wolf about 13 years ago
- Category set to 978
- Status changed from New to Accepted
- Target version deleted (
0) - Complexity set to easy
Still relevant in the latest core; the relevant part is in class.t3lib_tceforms_inline.php
, function getLevelInteractionLink()
.
Updated by Mario Rimann almost 13 years ago
@Andreas Otto †: Are you sure with your pointer to the code? I looked into that method but couldn't find the spot where to change something.
Updated by Gerrit Code Review about 11 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/23509
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/23509
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/23509
Updated by Gerrit Code Review about 11 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/23509
Updated by Gerrit Code Review about 11 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/23509
Updated by Gerrit Code Review almost 11 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/23509
Updated by Gerrit Code Review almost 11 years ago
Patch set 7 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/23509
Updated by Gerrit Code Review almost 11 years ago
Patch set 8 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/23509
Updated by Gerrit Code Review almost 11 years ago
Patch set 9 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/23509
Updated by Gerrit Code Review almost 11 years ago
Patch set 10 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/23509
Updated by Tomita Militaru almost 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset f8f8aac99b9b38baf5e13ab2894dbbb361dcea9b.