@eeacms/volto-clms-theme 1.1.115 → 1.1.116
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. Dates are d
|
|
|
4
4
|
|
|
5
5
|
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
6
6
|
|
|
7
|
+
### [1.1.116](https://github.com/eea/volto-clms-theme/compare/1.1.115...1.1.116) - 22 February 2024
|
|
8
|
+
|
|
7
9
|
### [1.1.115](https://github.com/eea/volto-clms-theme/compare/1.1.114...1.1.115) - 21 February 2024
|
|
8
10
|
|
|
9
11
|
#### :bug: Bug Fixes
|
package/package.json
CHANGED
|
@@ -150,6 +150,7 @@ export const duplicateCartItem = (
|
|
|
150
150
|
unique_id: cartItems[itemIndex].unique_id + '-copy',
|
|
151
151
|
},
|
|
152
152
|
);
|
|
153
|
+
delete new_item.TemporalFilter;
|
|
153
154
|
while (cartItems.some((c_i) => c_i.unique_id === new_item?.unique_id)) {
|
|
154
155
|
new_item['unique_id'] = new_item?.unique_id + '-copy';
|
|
155
156
|
}
|