Project

General

Profile

Actions

Bug #21405

closed

Suggest Autocomplete

Added by Clemens Riccabona over 14 years ago. Updated over 12 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2009-10-29
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

The suggest-autocomplete feature which is now integrated to core works excellent when using it in tca.php
But I can't get it finding any records if I use it in flexform_ds.xml.

The code, I guessed, for flexform.xml should look like this:

<wizards type="array">
<suggest type="array">
<type>suggest</type>
<default type="array">
<searchWholePhrase>1</searchWholePhrase>
</default>
</suggest>
</wizards>

But this minimal version should fit too AFAIK:

<wizards>
<suggest>
<type>suggest</type>
</suggest>
</wizards>

Both codes display the nice box, but if i type, no records are found (message appears correctly). (even if i use wildchar for allowed tables! ...)

(issue imported from #M12399)


Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Feature #22231: Add possibility to use Wizzards->Suggest feature in FlexFormsClosedSebastian Kurfuerst2010-03-03

Actions
Actions #1

Updated by Sebastian Kurfuerst over 12 years ago

  • Status changed from New to Closed
  • Target version deleted (0)

closing because it is duplicate

Actions

Also available in: Atom PDF