CoreCommunity ExtensionsIncubatorDistributionsTYPO3 4.5 ProjectsTYPO3 4.6 ProjectsTYPO3 4.7 ProjectsTYPO3 6.0 ProjectsTYPO3 6.1 ProjectsTYPO3 6.2 Projects (+)

Bug #26723

missing "exclude"-tag in pi1-flexform

Added by Jens Schmietendorf about 2 years ago. Updated 9 months ago.

Status:Resolved Start date:2011-05-10
Priority:Must have Due date:
Assignee:Dominic Garms % Done:

0%

Category:Bug
Target version:-
Votes: 0

Description

on the Tab "onclicks" is a missing exclude-statement for the extend-field:

<extends>
                        <TCEforms>
                            <exclude>1</exclude>
                            <label>LLL:EXT:dmf_galleria/locallang_db.xml:tt_content.pi_flexform.extends</label>
                            <config>
                                <type>text</type>
                                <wrap>OFF</wrap>
                                <cols>48</cols>
                                <rows>8</rows>
                            </config>
                        </TCEforms>
                    </extends>

It is not possible to restrict the user rights for this field,
and every normal user who has rights for editing the galleria plugin can insert javascript...

History

Updated by Dominic Garms about 2 years ago

  • Status changed from New to Accepted

Need to search for a solution to resolve this issue.

Updated by Dominic Garms about 2 years ago

  • Status changed from Accepted to Needs Feedback

Can you please try this (for TYPO3 4.5.x):

page.TCEFORM.tt_content.pi_flexform.dmf_galleria_pi1 {

  1. Hide the "extends" field inside onclicks tab
    onclicks{
    extends.disabled = 1
    }
    #Hide those fields inside the general tab of the plugin
    general {
    folder.disabled = 1
    links.disabled = 1
    thumbs.disabled = 1
    }
    }

Or you can modify the settings with this general path:
TCEFORM.tt_content.pi_flexform.[ext_key].[sheet_key].[field_key]

Here is a link:
http://buzz.typo3.org/people/soeren-malling/article/personal-flexforms-and-the-need-for-typoscript/

Updated by Dominic Garms 9 months ago

  • Status changed from Needs Feedback to Resolved

Thanks for the report! Finally solved, thanks for Matthias Neumeister for remind me on this issue.

Also available in: Atom PDF