Project

General

Profile

Actions

Bug #82372

closed

addItems to flexforms does not work in TYPO3 v8

Added by Heiko Kromm over 6 years ago. Updated over 5 years ago.

Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2017-09-08
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
8
PHP Version:
7.1
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Hi,

in TYPO3 v6 and v7 I added values to my flexform with PageTS.
For example:

TCEFORM.tt_content.pi_flexform.gridelements_pi1.general.heightMode {     
   addItems {         
    auto = automode
    fullbrowserheight = browsermode     
   }
}

The coresponding flexform part is:

<?xml version="1.0" encoding="utf-8"?>
   <T3DataStructure>
     <meta>
       <langDisable>1</langDisable>
     </meta>
     <sheets>
       <general>
         <ROOT>
          <TCEforms>
        <sheetTitle>General</sheetTitle>
          </TCEforms>
          <type>array</type>
          <el>
            <heightMode>
              <TCEforms>
        <label>Height Mode</label>
                 <config>
                   <type>select</type>
                   <items></items>
        </config>
             </TCEforms>
            </heightMode>
    </el>
       </ROOT>
     </general>
   </sheets>
</T3DataStructure>

This does not work in Version 8LTS.
Is this by intend?

Regards
Heiko


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #29461: Page TSconfig for Extbase flexform values doesn't workClosed2011-09-03

Actions
Actions #1

Updated by Georg Ringer over 5 years ago

This works fine with the following syntax:


TCEFORM {
    tt_content {
        pi_flexform {
            news_pi1 {
                sDEF {
                  settings\.orderBy.addItems {         
                    auto = automode
                    fullbrowserheight = browsermode     
                  }
                }
            }
        }
    }
}

fixed with #29461

Actions #2

Updated by Georg Ringer over 5 years ago

  • Status changed from New to Rejected
Actions #3

Updated by Georg Ringer over 5 years ago

  • Related to Bug #29461: Page TSconfig for Extbase flexform values doesn't work added
Actions

Also available in: Atom PDF