Skip to content

Commit

Permalink
Fixed export settings
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-vince committed Nov 25, 2023
1 parent 8f677d1 commit cfead6b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion formwidgets/exportpreset/partials/_exportpreset.htm
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
path: $('#<?= $this->alias ?>-file-name').val()
})"
data-request="onExportPreset"
data-request-data='path: <?= e(trans("janvince.smallgdpr::lang.formwidgets.exportpreset.file_name_default")) ?>'
data-request-data="path: '<?= e(trans('janvince.smallgdpr::lang.formwidgets.exportpreset.file_name_default')) ?>'"
data-stripe-load-indicator>
<?= e(trans('janvince.smallgdpr::lang.settings.form_fields.export')) ?>
</button>
Expand Down
4 changes: 3 additions & 1 deletion updates/version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,4 +150,6 @@
1.22.0:
- Strict variables fix (thanks @SamBrishes)
1.23.0:
- Added option to run JS script after Accept-all Button click
- Added option to run JS script after Accept-all Button click
1.23.1:
- Fixed export settings

0 comments on commit cfead6b

Please sign in to comment.