Skip to content

Commit

Permalink
release - v4.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Rayn93 committed Apr 12, 2024
1 parent 9c537df commit de9fc6c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Changelog
## [v4.3.2] - 2024.04.12
### Fix
- Handle export problem for Multi Source Inventory module

## [v4.3.1] - 2024.04.02
### Fix
- Fix availability column data for UI export type
Expand Down Expand Up @@ -601,6 +605,7 @@
### Added
- Feed Export: Export feed file is now available via separate link

[v4.3.2]: https://github.com/FACT-Finder-Web-Components/magento2-module/releases/tag/v4.3.2
[v4.3.1]: https://github.com/FACT-Finder-Web-Components/magento2-module/releases/tag/v4.3.1
[v4.3.0]: https://github.com/FACT-Finder-Web-Components/magento2-module/releases/tag/v4.3.0
[v4.2.2]: https://github.com/FACT-Finder-Web-Components/magento2-module/releases/tag/v4.2.2
Expand Down
2 changes: 1 addition & 1 deletion src/view/frontend/templates/ff/communication.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ $searchImmediate = $communicationParameters['search-immediate'] ?? 'false';
<!-- Set FieldRoles -->
<script>
document.addEventListener('ffReady', function () {
factfinder.sdk = 'm2-v4.3.1';
factfinder.sdk = 'm2-v4.3.2';
factfinder.communication.fieldRoles = <?= /* @noEscape */ $viewModel->getFieldRoles() ?>;
});
</script>
Expand Down

0 comments on commit de9fc6c

Please sign in to comment.