Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Partners
CiviCooP
AIVL
aivlspecificactions
Commits
a38eabfe
Commit
a38eabfe
authored
Mar 30, 2020
by
ErikHommel
🏘
Browse files
remove unnecessary config items
parent
7aca1a70
Changes
1
Hide whitespace changes
Inline
Side-by-side
Civi/Aivlspecificactions/Actions/PetitionEmailPrefs.php
View file @
a38eabfe
...
...
@@ -37,10 +37,7 @@ class PetitionEmailPrefs extends AbstractAction {
* @return SpecificationBag
*/
public
function
getConfigurationSpecification
()
{
$specs
=
new
SpecificationBag
();
$specs
->
addSpecification
(
new
Specification
(
'newsletter_group_id'
,
'Integer'
,
E
::
ts
(
'Newsletter Group ID'
),
TRUE
,
NULL
,
'Group'
,
NULL
,
FALSE
));
$specs
->
addSpecification
(
new
Specification
(
'action_group_id'
,
'Integer'
,
E
::
ts
(
'Monthly Actions Group ID'
),
TRUE
,
NULL
,
'Group'
,
NULL
,
FALSE
));
return
$specs
;
return
new
SpecificationBag
();
}
/**
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment