Project

General

Profile

Actions

Feature #22231

closed

Add possibility to use Wizzards->Suggest feature in FlexForms

Added by Marcus Biesioroff about 14 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Category:
FormEngine aka TCEforms
Target version:
Start date:
2010-03-03
Due date:
% Done:

100%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

By default only fields configured in TCA can use Wizzard->Suggest feature introduced in ver. 4.3. Thanks to small modifications it is also possible to suggest related records in FlexForms.

(issue imported from #M13735)


Files


Related issues 1 (0 open1 closed)

Has duplicate TYPO3 Core - Bug #21405: Suggest AutocompleteClosed2009-10-29

Actions
Actions #1

Updated by Lars Houmark over 13 years ago

I just hit into this one.

Tried applying the v2 patch in the core list, but it did not apply on latest 4.4.4. I will try to see what was wrong with the hunk 3 when I have more time and will send an updated patch to the core list including my +1 on testing (if it tests well).

Actions #2

Updated by Benni Mack over 13 years ago

Hey Lars, do you have an updated version of this patch that applies to 4.4.4?

Actions #3

Updated by Lars Houmark over 13 years ago

Not right now, but I will try to get one made in the nearest future.

Actions #4

Updated by LEROY about 13 years ago

OK, all apologies if what I'm doing is wrong but i need that feature and looking at the proposed patch and 4.4 code, I made a quick revision of the patch which seems to work for me.

Actions #5

Updated by Thomas Deinhamer about 13 years ago

bump Just encountered this problem and I think suggest in flexform would be awesome. Btw, this is related to #0012399.

Actions #6

Updated by Sebastian Kurfuerst over 12 years ago

  • Target version deleted (0)
  • TYPO3 Version changed from 4.4 to 4.6

bump would be awesome to have it in 4.6. I 'll test the patch and push to gerrit if it works.

Actions #7

Updated by Sebastian Kurfuerst over 12 years ago

  • Status changed from New to Accepted
Actions #8

Updated by Sebastian Kurfuerst over 12 years ago

  • Category set to FormEngine aka TCEforms
  • Assignee set to Sebastian Kurfuerst
  • Target version set to 4.6.0-beta2
  • PHP Version deleted (5.2)
Actions #9

Updated by Mr. Hudson over 12 years ago

Patch set 1 of change Ia90e0e93b9aaacd42f76e381c0b0923bb0d37356 has been pushed to the review server.
It is available at http://review.typo3.org/4252

Actions #10

Updated by Sebastian Kurfuerst over 12 years ago

  • Status changed from Accepted to Under Review
Actions #11

Updated by Georg Ringer over 12 years ago

this patch doesn't fix everything but the direction is at least correct.

at least the following settings did not work for me.
Example:

<settings.categories>
    <TCEforms>
        <label>LLL:EXT:news/Resources/Private/Language/locallang_be.xml:flexforms_general.categories</label>
        <config>
            <type>select</type>
            <foreign_table>tx_news_domain_model_category</foreign_table>
            <foreign_table_where> AND (tx_news_domain_model_category.sys_language_uid = 0 OR tx_news_domain_model_category.l10n_parent = 0) ORDER BY tx_news_domain_model_category.sorting</foreign_table_where>-->
            <size>10</size>
            <autoSizeMax>20</autoSizeMax>
            <minitems>0</minitems>
            <maxitems>20</maxitems>
            <wizards>
                <suggest>
                    <type>suggest</type>
                </suggest>
            </wizards>
        </config>
    </TCEforms>
</settings.categories>

doesn't work and needs an additional setting

<allowed>tx_news_domain_model_category</allowed>

to have a table to work on.

furthermore the foreign_table_where is not considered!

Actions #12

Updated by Xavier Perseguers over 12 years ago

  • Target version changed from 4.6.0-beta2 to 4.7.0
Actions #13

Updated by Chetan Thapliyal over 12 years ago

I have improved the last patch to integrate the feature in both flexforms and FCEs.
Only tested on 4.6.0-beta2.

Actions #14

Updated by Chetan Thapliyal over 12 years ago

A little improvement to the last submitted patch.
Replaced direct referencing of flexform and templavoila fields.

Actions #15

Updated by Mr. Hudson over 12 years ago

Patch set 1 of change I8d25594ba0376f7d35aa7f52860cad975014cc0a has been pushed to the review server.
It is available at http://review.typo3.org/5703

Actions #16

Updated by Tolleiv Nietsch over 12 years ago

Why should we wait for 4.7 to get this fix in? Worked together with Chetan on this one and it works fine in some client projects so far, so I don't see a reason to wait. Pushed it to Gerrit: https://review.typo3.org/5625

Actions #17

Updated by Mr. Hudson over 12 years ago

Patch set 2 of change I8d25594ba0376f7d35aa7f52860cad975014cc0a has been pushed to the review server.
It is available at http://review.typo3.org/5703

Actions #18

Updated by Gerrit Code Review over 12 years ago

Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/4252

Actions #19

Updated by Gerrit Code Review over 12 years ago

Patch set 3 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/5703

Actions #20

Updated by Gerrit Code Review over 12 years ago

Patch set 1 for branch TYPO3_4-6 has been pushed to the review server.
It is available at http://review.typo3.org/7133

Actions #21

Updated by Gerrit Code Review over 12 years ago

Patch set 1 for branch TYPO3_4-5 has been pushed to the review server.
It is available at http://review.typo3.org/7134

Actions #22

Updated by Tolleiv Nietsch over 12 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #23

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF