Bug #31511
closedTCEFORM pi_flexform maxitems ignored
0%
Description
Flexform is set by default to this:
<config>
<type>group</type>
<internal_type>file</internal_type>
<allowed>*</allowed>
<max_size>10000</max_size>
<uploadfolder>uploads/tx_tsselect/</uploadfolder>
<size>1</size>
<maxitems>1</maxitems>
<minitems>0</minitems>
<show_thumbs>1</show_thumbs>
</config>
with TSconfig (TCEFORM) i'm changing this values:
TCEFORM.tt_content.pi_flexform.ts_select_pi1.sEXTRA.file.config.size = 6
TCEFORM.tt_content.pi_flexform.ts_select_pi1.sEXTRA.file.config.maxitems = 6
Now the Backend User can select multiple files. But if the user is saving the content element (flexform) any item will be removed only the first leaves (like it's set on the flexform.xml).
So it seems that the TSconfig will change the maxitems value and it looks like it's working but on saving these changes will be ignored and the original flexform.xml config will be used to save the data.
Updated by Xavier Perseguers almost 13 years ago
- Target version changed from 4.6.1 to 4.6.2
Updated by Alexander Opitz almost 10 years ago
- Status changed from New to Needs Feedback
- Is Regression set to No
Hi,
does the problem still exists within newer versions of TYPO3 CMS (6.2.9)?
Updated by Alexander Opitz over 9 years ago
- Status changed from Needs Feedback to Closed
No feedback within the last 90 days => closing this issue.
If you think that this is the wrong decision or experience this issue again, then please write to the mailing list typo3.teams.bugs with issue number and an explanation or open a new ticket and add a relation to this ticket number.