Skip to content

Commit

Permalink
see cl 1.52.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Defcon0 committed Jan 19, 2023
1 parent b619022 commit 483f087
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## [1.52.2] - 2023-01-19

- Fixed: js path in `FrontendAsset`

## [1.52.1] - 2023-01-18
- Fixed: missing ptable setting in tl_list_config dca

Expand Down
2 changes: 1 addition & 1 deletion src/Asset/FrontendAsset.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ public function addFrontendAssets()
$this->encoreFrontendAsset->addActiveEntrypoint('contao-list-bundle');
}

$GLOBALS['TL_JAVASCRIPT']['contao-list-bundle'] = 'bundles/heimrichhannotlistbundle/assets/contao-list-bundle.js|static';
$GLOBALS['TL_JAVASCRIPT']['contao-list-bundle'] = 'bundles/heimrichhannotcontaolist/js/contao-list-bundle.js|static';
}
}

0 comments on commit 483f087

Please sign in to comment.