Project

General

Profile

Actions

Bug #84750

closed

Custom prototypes not working as expected in form editor

Added by Björn Jacob about 6 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Category:
Form Framework
Target version:
Start date:
2018-04-16
Due date:
% Done:

100%

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

Description

I have set up a custom prototype like this:

TYPO3:
  CMS:
    Form:
      formManager:
        selectablePrototypesConfiguration:
          200:
            __inheritances:
              10: 'TYPO3.CMS.Form.formManager.selectablePrototypesConfiguration.100'
            identifier: 'poweruser'
            label: 'Poweruser'
            newFormTemplates:
              200: null

      prototypes:
        poweruser:
          __inheritances:
            10: TYPO3.CMS.Form.prototypes.standard
          formElementsDefinition:
            AdvancedPassword:
              formEditor: null

Expected behaviour

  • the form wizard displays a new "Form prototype"
  • the "Start template" "Simple contact form is gone"
  • within the form editor the form element "AdvancedPassword" is not available anymore

Current behaviour

  • the form element "AdvancedPassword" is still available
Actions #1

Updated by Gerrit Code Review about 6 years ago

  • Status changed from New to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56692

Actions #2

Updated by Björn Jacob about 6 years ago

  • Description updated (diff)
Actions #3

Updated by Ralf Zimmermann about 6 years ago

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

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF