Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
sg_mail
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TYPO3
sg_mail
Commits
a7e6d24d
Commit
a7e6d24d
authored
6 years ago
by
Torsten Oppermann
Browse files
Options
Downloads
Patches
Plain Diff
[TASK] Remove extension key option from form finishers
parent
ad8783cf
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!11
Feature security update
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Classes/Finisher/Forms/FormsFinisher.php
+1
-1
1 addition, 1 deletion
Classes/Finisher/Forms/FormsFinisher.php
Configuration/Yaml/Forms/FinisherSetupBE.yaml
+0
-12
0 additions, 12 deletions
Configuration/Yaml/Forms/FinisherSetupBE.yaml
with
1 addition
and
13 deletions
Classes/Finisher/Forms/FormsFinisher.php
+
1
−
1
View file @
a7e6d24d
...
...
@@ -102,7 +102,7 @@ class FormsFinisher extends AbstractFinisher {
$objectManager
=
GeneralUtility
::
makeInstance
(
ObjectManager
::
class
);
/** @var \SGalinski\SgMail\Service\MailTemplateService $mailTemplateService */
$mailTemplateService
=
$objectManager
->
get
(
MailTemplateService
::
class
,
$templateName
,
$this
->
parseOption
(
'extension'
)
,
$markers
MailTemplateService
::
class
,
$templateName
,
'sg_mail'
,
$markers
);
$mailTemplateService
->
setIgnoreMailQueue
(
$ignoreMailQueue
);
...
...
This diff is collapsed.
Click to expand it.
Configuration/Yaml/Forms/FinisherSetupBE.yaml
+
0
−
12
View file @
a7e6d24d
...
...
@@ -11,7 +11,6 @@ TYPO3:
label
:
'
A
Label
that
seems
to
be
never
used...'
predefinedDefaults
:
options
:
extension
:
'
sg_mail'
template
:
'
'
automaticRegistration
:
true
ignoreMailQueue
:
true
...
...
@@ -27,7 +26,6 @@ TYPO3:
label
:
'
A
Label
that
seems
to
be
never
used...'
predefinedDefaults
:
options
:
extension
:
'
sg_mail'
template
:
'
'
automaticRegistration
:
true
ignoreMailQueue
:
true
...
...
@@ -60,11 +58,6 @@ TYPO3:
10
:
'
TYPO3.CMS.Form.mixins.formElementMixins.BaseCollectionEditorsMixin'
100
:
label
:
"
Mail
Templates
-
E-Mail
to
the
website
user"
110
:
identifier
:
'
extension'
templateName
:
'
Inspector-TextEditor'
label
:
'
Extension
key'
propertyPath
:
'
options.extension'
120
:
identifier
:
'
template'
templateName
:
'
Inspector-TextEditor'
...
...
@@ -124,11 +117,6 @@ TYPO3:
10
:
'
TYPO3.CMS.Form.mixins.formElementMixins.BaseCollectionEditorsMixin'
100
:
label
:
"
Mail
Templates
-
E-Mail
to
the
website
admin"
110
:
identifier
:
'
extension'
templateName
:
'
Inspector-TextEditor'
label
:
'
Extension
key'
propertyPath
:
'
options.extension'
120
:
identifier
:
'
template'
templateName
:
'
Inspector-TextEditor'
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment