Project

General

Profile

Actions

Bug #33846

closed

IRRE titles are not clickable

Added by Franz Holzinger almost 13 years ago. Updated over 12 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
FormEngine aka TCEforms
Target version:
-
Start date:
2012-02-10
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.6
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Since TYPO3 4.6 the formerly saved IRRE records show the titles, but a click on the title has no effect. It should have listed the full IRRE record of the foreign table to make it possible to edit it.
This has worked fine until TYPO3 4.5.

This error happens with this IRRE $TCA:

'graduated_price_uid' => array (
'exclude' => 1,
'label' => 'LLL:EXT:' . TT_PRODUCTS_EXT . '/locallang_db.xml:tt_products.graduated_price_uid',
'config' => array (
'type' => 'inline',
'appearance' => array ('collapseAll' => TRUE, 'newRecordLinkAddTitle' => TRUE, 'useCombination' => TRUE),
'foreign_table' => 'tt_products_mm_graduated_price',
'foreign_field' => 'product_uid',
'foreign_sortby' => 'productsort',
'foreign_label' => 'graduated_price_uid',
'foreign_selector' => 'graduated_price_uid',
'foreign_unique' => 'graduated_price_uid',
'maxitems' => 10
),
),

Actions #1

Updated by Stanislas Rolland almost 13 years ago

  • Category set to 978
Actions #2

Updated by Oliver Hader over 12 years ago

  • Status changed from New to Closed

Should be fixed in between (at least I could not reproduce with master and 4.7).
If there are still problems with current versions, please re-open.

Actions

Also available in: Atom PDF