-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* remove unique index, allow admin to define unique data behavior, fixes #477 * pass data to email channel and store double-opt-in main data in mail params, resolves #479 * pass data to email channel and store double-opt-in main data in mail params, resolves #479 * allow to list and manage active sessions, resolves #478 * improve docs, show doi widgets only if feature is enabled * [test] change chromdriver install
- Loading branch information
Showing
33 changed files
with
641 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
FormBuilderBundle\Model\DoubleOptInSession: | ||
attributes: | ||
token: | ||
groups: [ Default, ExtJs ] | ||
formDefinition: | ||
groups: [ Default ] | ||
email: | ||
groups: [ Default, ExtJs ] | ||
additionalData: | ||
groups: [ Default, ExtJs ] | ||
dispatchLocation: | ||
groups: [ Default, ExtJs ] | ||
applied: | ||
groups: [ Default, ExtJs ] | ||
creationDate: | ||
groups: [ Default, ExtJs ] |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
services: | ||
|
||
_defaults: | ||
autowire: true | ||
autoconfigure: true | ||
public: true | ||
|
||
FormBuilderBundle\MailEditor\Widget\DoubleOptInSessionEmailWidget: | ||
tags: | ||
- { name: form_builder.mail_editor.widget, type: double_opt_in_session_email } | ||
|
||
FormBuilderBundle\MailEditor\Widget\DoubleOptInSessionAdditionalDataWidget: | ||
tags: | ||
- { name: form_builder.mail_editor.widget, type: double_opt_in_session_additional_data } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.