Project

General

Profile

Actions

Bug #50549

closed

The suggest search does not work in new unsaved content elements.

Added by Tobias Klepp almost 11 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Backend User Interface
Target version:
Start date:
2013-07-30
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.1
PHP Version:
5.3
Tags:
Complexity:
hard
Is Regression:
No
Sprint Focus:

Description

I used the suggest search in my extension in the plugin flexform definition:

<pages>
  <TCEforms>
    <exclude>1</exclude>
    <label>LLL:EXT:lang/locallang_general.php:LGL.startingpoint</label>
    <config>
      <type>group</type>
      <internal_type>db</internal_type>
      <allowed>pages</allowed>
      <size>3</size>
      <maxitems>99</maxitems>
      <minitems>1</minitems>
      <show_thumbs>1</show_thumbs>
      <wizards>
        <suggest>
          <type>suggest</type>
        </suggest>
      </wizards>
    </config>
  </TCEforms>
</pages>

If I have not saved the content element, I can't find any page in the suggest search. After I save the content element, every page is found. Also in TYPO3 version 4.5.28 is the same problem.


Related issues 4 (0 open4 closed)

Related to TYPO3 Core - Bug #55835: Suggest wizard does not work correctly in flexformsClosed2014-02-10

Actions
Related to TYPO3 Core - Bug #41398: Suggest wizards don't work if plugin is added through wizard iconClosed2012-09-26

Actions
Has duplicate TYPO3 Core - Bug #61671: t3lib_TCEforms_suggest does not work with new CEClosed2014-09-17

Actions
Precedes TYPO3 Core - Bug #64360: TCEForms.suggest JS code is brokenClosedXavier Perseguers2015-01-19

Actions
Actions

Also available in: Atom PDF