Skip to content

Commit d3d0e95

Browse files
authored
make success flash message optional, resolves #403 (#409)
1 parent 2aa6158 commit d3d0e95

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

UPGRADE.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@
55

66
### Global Changes
77
- [DEPRECATION REMOVED] removed `FormDefinition::setMailLayout`. Please migrate to output workflows before updating
8-
- [IMPROVEMENTS] Recommended folder structure by symfony adopted
8+
- [IMPROVEMENT] Recommended folder structure by symfony adopted
9+
- [IMPROVEMENT] Make success flash message optional [#403](https://github.com/dachcom-digital/pimcore-formbuilder/issues/403)
910
- [FUNNEL] Route include changed from `@FormBuilderBundle/Resources/config/pimcore/routing_funnels.yml` to `@FormBuilderBundle/config/pimcore/routing_funnels.yaml`
1011
- [BC BREAK] Mail Layout Editor: While there is a migration, we're not able to migrate container (fieldset, repeater) fields. Please adjust your output workflow channels manually.
1112
- [BC BREAK] All views are lowercase/underscore now (`email/form_data.html.twig`, `form/elements/dynamic_multi_file/*`)
1213

14+
1315
### New Features
1416
- Mail Layout Editor, see [#390](https://github.com/dachcom-digital/pimcore-formbuilder/issues/398)
1517
- If [Emailizr](https://github.com/dachcom-digital/pimcore-emailizr) is installed, formbuilder will use it automatically to transform html tables

public/js/extjs/components/successMessageToggleComponent.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ Formbuilder.extjs.components.successMessageToggleComponent = Class.create({
211211
anchor: '100%',
212212
labelAlign: 'top',
213213
summaryDisplay: true,
214-
allowBlank: false,
214+
allowBlank: true,
215215
emptyText: t('form_builder_success_message_text_empty'),
216216
value: this.data ? this.data.flashMessage : null,
217217
flex: 1,

0 commit comments

Comments
 (0)