contentoh-components-library 21.5.76 → 21.5.77
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.
|
@@ -913,7 +913,7 @@ var RetailerProductEditionView = function RetailerProductEditionView(_ref) {
|
|
|
913
913
|
type: "SET_SAVING",
|
|
914
914
|
payload: true
|
|
915
915
|
});
|
|
916
|
-
concept = (
|
|
916
|
+
concept = getStatusByCurrentServiceAndRetailer();
|
|
917
917
|
articleId = state.product.id_article;
|
|
918
918
|
orderId = (_state$product$id_ord = state.product.id_order) !== null && _state$product$id_ord !== void 0 ? _state$product$id_ord : state.product.orderId;
|
|
919
919
|
sectionStatusKey = "".concat(concept, "_status");
|
package/package.json
CHANGED
|
@@ -680,7 +680,7 @@ const RetailerProductEditionView = ({
|
|
|
680
680
|
if (state.saving) return;
|
|
681
681
|
dispatch({ type: "SET_SAVING", payload: true });
|
|
682
682
|
|
|
683
|
-
const concept =
|
|
683
|
+
const concept = getStatusByCurrentServiceAndRetailer();
|
|
684
684
|
const articleId = state.product.id_article;
|
|
685
685
|
const orderId = state.product.id_order ?? state.product.orderId;
|
|
686
686
|
const sectionStatusKey = `${concept}_status`;
|