Actions
Bug #84750
closedCustom prototypes not working as expected in form editor
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
Updated by Gerrit Code Review over 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
Updated by Ralf Zimmermann over 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset c286f35b968c5edc62acda3007be4879cc908e6b.
Actions