Project

General

Profile

Actions

Task #80407

closed

Documentation: Exclude options from overrides

Added by Mathias Brodala almost 7 years ago. Updated over 2 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Form Framework
Target version:
-
Start date:
2017-03-23
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Documentation
Complexity:
Sprint Focus:
Remote Sprint

Description

It would be useful if one could exclude options specified in a form definition from overrides.

Right now one only has the option to not specify an option at all which prevents it from showing up in the plugin FlexForm. There is no way to set an option and prevent overrides by FlexForm.

Actions #1

Updated by Ioulia Kondratovitch about 5 years ago

At least now you can achive this by using the code below (example) within your customized FormEngineSetup.yaml
Works both for TYPO3 8 and 9.

TYPO3:
  CMS:
    Form:
      prototypes:
        standard:
          finishersDefinition:
            EmailToSender:
              FormEngine:
                elements:
                  recipientAddress: ~
                  recipientName: ~
            EmailToReceiver:
              FormEngine:
                elements:
                  recipientAddress: ~
                  senderAddress: ~
                  senderName: ~
                  replyToAddress: ~
                  translation: ~
Actions #2

Updated by Mathias Brodala almost 5 years ago

  • Status changed from New to Accepted
  • Assignee set to Björn Jacob

Yeah, that's basically what I did in the end and it works perfectly fine, also in the latest master.

So from my POV documenting this as HowTo would be enough.

Actions #3

Updated by Mathias Brodala over 4 years ago

  • Sprint Focus set to Remote Sprint
Actions #4

Updated by Mathias Brodala over 4 years ago

  • Tags set to Documentation
Actions #5

Updated by Mathias Brodala over 4 years ago

  • Tracker changed from Feature to Task
  • Subject changed from Exclude options from overrides to Documentation: Exclude options from overrides
  • TYPO3 Version set to 10
Actions #6

Updated by Björn Jacob over 2 years ago

  • TYPO3 Version changed from 10 to 11
Actions #7

Updated by Björn Jacob over 2 years ago

  • Status changed from Accepted to In Progress
Actions #8

Updated by Gerrit Code Review over 2 years ago

  • Status changed from In Progress 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/c/Packages/TYPO3.CMS/+/70538

Actions #9

Updated by Gerrit Code Review over 2 years ago

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

Actions #10

Updated by Gerrit Code Review over 2 years ago

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

Actions #11

Updated by Gerrit Code Review over 2 years ago

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

Actions #12

Updated by Gerrit Code Review over 2 years ago

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

Actions #13

Updated by Gerrit Code Review over 2 years ago

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

Actions #14

Updated by Björn Jacob over 2 years ago

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

Updated by Benni Mack over 2 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF