Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
erikbrouwer
form-processor
Commits
de431f94
Commit
de431f94
authored
Apr 01, 2021
by
jaapjansma
Browse files
Fixed regression bug with delayed actions.
parent
6efc2114
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
de431f94
Version 1.26
(not yet released)
Version 1.26
============
*
Fixed regression bug with delayed actions.
Version 1.25
============
...
...
form_processor.php
View file @
de431f94
...
...
@@ -19,7 +19,7 @@ function form_processor_civicrm_container(ContainerBuilder $container) {
$outputHandlerDefinition
=
DefinitionAdapter
::
createDefinitionClass
(
'Civi\FormProcessor\OutputHandler\Factory'
);
$container
->
setDefinition
(
'form_processor_output_handler_factory'
,
$outputHandlerDefinition
);
// Register the DelayedAction Factoory
$delayedActionFactoryDefinition
=
DefinitionAdapter
::
createDefinitionClass
(
'Civi\FormProcessor\
OutputHandler
\Factory'
);
$delayedActionFactoryDefinition
=
DefinitionAdapter
::
createDefinitionClass
(
'Civi\FormProcessor\
DelayedAction
\Factory'
);
$container
->
setDefinition
(
'form_processor_delayed_action_factory'
,
$delayedActionFactoryDefinition
);
// Register the validationFactory
$validationFactoryDefinition
=
DefinitionAdapter
::
createDefinitionClass
(
'Civi\FormProcessor\Validation\Factory'
);
...
...
info.xml
View file @
de431f94
...
...
@@ -16,8 +16,8 @@
<url
desc=
"Licensing"
>
http://www.gnu.org/licenses/agpl-3.0.html
</url>
<url
desc=
"Action-Provider Extension"
>
https://lab.civicrm.org/extensions/action-provider
</url>
</urls>
<releaseDate>
2021-0
3-24
</releaseDate>
<version>
1.26
-dev
</version>
<releaseDate>
2021-0
4-01
</releaseDate>
<version>
1.26
</version>
<develStage>
stable
</develStage>
<compatibility>
<ver>
4.7
</ver>
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment