Project

General

Profile

Actions

Bug #81892

open

Irre Elements can't be localized by Flexforms

Added by Tommy Bley almost 7 years ago. Updated over 2 years ago.

Status:
New
Priority:
Must have
Assignee:
-
Category:
Localization
Start date:
2017-07-17
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
7
PHP Version:
7.0
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

I have tried in the Typo3 Core to translate my Content-Elements. I have create, for easier handling for a editor, own content-elements with flexforms.

After copy the elements for translate, I have missed the Localisation All - Button also the Synchronisation - Button.

I have the following configuration for the flexform for my IRRE-Element

<TCEforms>
    <exclude>1</exclude>
    <label>additional Fields</label>
    <config>
        <type>inline</type>
        <foreign_table>tx_fdmailchimp_domain_model_additionalfield</foreign_table>
        <foreign_field>content_uid</foreign_field>

        <minitems>0</minitems>
        <maxitems>99</maxitems>

        <appearance>
            <useSortable>1</useSortable>
            <collapseAll>1</collapseAll>
            <levelLinksPosition>top</levelLinksPosition>
            <showSynchronizationLink>1</showSynchronizationLink>
            <showPossibleLocalizationRecords>1</showPossibleLocalizationRecords>
            <showAllLocalizationLink>1</showAllLocalizationLink>
        </appearance>
    </config>
</TCEforms>

When i try the IRRE -Element in an Record, then i will be see the Buttons and I can translate the Inline-Records from a Record

Actions #1

Updated by Tommy Bley almost 7 years ago

  • Subject changed from Irre Elements can't be localised by Flexforms to Irre Elements can't be localized by Flexforms

In the Typo3 core I try to translate / localize my content elements.

I created content elements with flexforms to make it easier for a content editor to create and edit them.
After copying the elements for translation, I miss the 'Localisation All' - Button and also the 'Synchronisation' - Button.

I use the following flexform configuration for my IRRE-Elements:

<TCEforms>

<exclude>1</exclude>
<label>zusätzliche Felder</label>
<config>

<type>inline</type>
<foreign_table>tx_fdmailchimp_domain_model_additionalfield</foreign_table>
<foreign_field>plugin_uid</foreign_field>
<minitems>0</minitems>
<maxitems>99</maxitems>
<appearance>

<useSortable>1</useSortable>
<collapseAll>1</collapseAll>
<levelLinksPosition>top</levelLinksPosition>
<showSynchronizationLink>1</showSynchronizationLink>
<showPossibleLocalizationRecords>1</showPossibleLocalizationRecords>
<showAllLocalizationLink>1</showAllLocalizationLink>
<createNewRelationLinkTitle>neuer Button</createNewRelationLinkTitle>

</appearance>

</config>

</TCEforms>

When using the IRRE-Element within a record, then I see the buttons and I can translate the inline-records of a record.

Actions #2

Updated by Benni Mack about 5 years ago

  • Target version changed from next-patchlevel to Candidate for patchlevel
Actions #3

Updated by Simon Schaufelberger over 2 years ago

  • Description updated (diff)
Actions

Also available in: Atom PDF