-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Also make name in emailadresses configurable #54
Merged
Merged
Conversation
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
reyostallenberg
force-pushed
the
email-names
branch
from
March 20, 2017 08:21
bdad9b4
to
2d515e3
Compare
alexander-schranz
approved these changes
Apr 1, 2017
@reyostallenberg sorry for the late review. works all like expected. Thank you for your contribution! |
Merged
alexander-schranz
added a commit
to alexander-schranz/SuluCommunityBundle
that referenced
this pull request
Dec 4, 2017
Release: 1.0.0-RC1
alexander-schranz
pushed a commit
to alexander-schranz/SuluCommunityBundle
that referenced
this pull request
Dec 4, 2017
alexander-schranz
added a commit
to alexander-schranz/SuluCommunityBundle
that referenced
this pull request
Dec 4, 2017
# Changelog - FEATURE sulu#59 Added correct composer dependencies - FEATURE sulu#57 Added basic theme for dynamic forms - FEATURE sulu#56 Added daterange to csv export overlay for sulu 1.5 - BUGFIX sulu#55 Fixed dynamic list factory with hidden fields - BUGFIX sulu#54 Fixed date type default value - ENHANCEMENT sulu#52 Update sulu from `alexander-schranz/sulu-form-bundle` from commit `c110e72e44a58a0f53428c153e405124695506f6` - BUGFIX sulu#52 Fixed form preview request analyzer - BUGFIX sulu#52 Fixed second date field type - BUGFIX sulu#52 Fixed missing translation and documentation - ENHANCEMENT sulu#52 Added missing documentation - BUGFIX sulu#52 Fixed success email not sent to email in data json - BUGFIX sulu#52 Fixed missing uniqueness in form fields table - BUGFIX sulu#52 Fixed permission denied on fields action - FEATURE sulu#52 Added toggler to set email as replyTo - BUGFIX sulu#52 Fixed exception controller redirect - BUGFIX sulu#52 Fixed form select by using native select - FEATURE sulu#52 Added media collection strategy tree - FEATURE sulu#52 Added support to add dynamic list to article bundle - BUGFIX sulu#52 Fixed csv export for bool values - ENHANCEMENT sulu#52 Fixed sort on dynamic list and removed search - FEATURE sulu#52 Added dynamic form list and export - FEATURE sulu#20 Added additional receivers for sending notification as CC or BCC - ENHANCEMENT sulu#23 Fixed composer json links and description - BUGFIX sulu#16 Fixed setting of entity value in dynamic which represents an array - ENHANCEMENT sulu#13 Added dynamic type pool service for enabling custom form field types - ENHANCEMENT sulu#10 Update sulu from `alexander-schranz/sulu-form-bundle` from commit `c16a04b15fe320c039064de05ddaef9d087dbc6f` - BUGFIX sulu#10 Fixed permission problem on false locale - BUGFIX sulu#10 Fixed limitation of content type select - FEATURE sulu#10 Added options for attachment validation - BUGFIX sulu#10 Fixed multiple choices to text type columns - BUGFIX sulu#10 Fixed naming of mailchimp parameters - FEATURE sulu#3 Added short title to fields - FEATURE sulu#2 Changed title field for labels to texteditor - ENHANCEMENT #- Updated namespaces and rename table names - ENHANCEMENT #- Forked from `alexander-schranz/sulu-form-bundle` from commit `36a7cd11562ed0c9f64752b37707cc2771e0baca`
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What's in this PR?
This PR makes it possible to also configure the name in the emails sent by the system
So instead of configuring:
This is also possible (and documented to do it this way):
Why?
It fixes #52 and makes e-mails sent by the system look nicer in the users inbox.
Example Usage
See above
BC Breaks/Deprecations
None
To Do