Skip to content

Commit

Permalink
fixed dca issue
Browse files Browse the repository at this point in the history
  • Loading branch information
koertho committed Apr 30, 2024
1 parent 42df2e7 commit 2c47300
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

All notable changes to this project will be documented in this file.

## [1.4.2] - 2024-04-30
- Fixed: dca issue

## [1.4.1] - 2024-04-30
- Fixed: adding and editing copyright of file not working
- Fixed: missing translations
Expand Down
2 changes: 1 addition & 1 deletion src/Resources/contao/dca/tl_ml_product_archive.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
],
],
'palettes' => [
'__selector__' => ['type', 'protected', 'useExifDataForTags', 'allowEdit'],
'__selector__' => ['type', 'protected', 'useExifDataForTags', 'allowEdit', 'includeDelete'],
'default' => '{general_legend},title;{config_legend},type,additionalFields,keepProductTitleForDownloadItems;{edit_legend},allowEdit,includeDelete;{protected_legend},protected;',
],
'subpalettes' => [
Expand Down

0 comments on commit 2c47300

Please sign in to comment.