Skip to content
Extraits de code Groupes Projets
Valider 87ce9429 rédigé par salaheddine zidani's avatar salaheddine zidani
Parcourir les fichiers

fix order bo date

parent a0502ec0
Branches
1 requête de fusion!437MYD-792/fix order bo date
...@@ -40,7 +40,8 @@ NEXT_PUBLIC_DEFAULT_IMAGE_URL=https://mydressin-rec.s3.eu-west-3.amazonaws.com/I ...@@ -40,7 +40,8 @@ NEXT_PUBLIC_DEFAULT_IMAGE_URL=https://mydressin-rec.s3.eu-west-3.amazonaws.com/I
#GATEWAY API URL #GATEWAY API URL
NEXT_PUBLIC_MYDRESSIN_GATEWAY_API_URL=https://api-gateway.mydressin-server.com/ NEXT_PUBLIC_MYDRESSIN_GATEWAY_API_URL=http://localhost:8080
#https://api-gateway.mydressin-server.com/
NEXT_PUBLIC_MYDRESSIN_CLIENT_URL=https://app.mydressin-server.com/* NEXT_PUBLIC_MYDRESSIN_CLIENT_URL=https://app.mydressin-server.com/*
......
...@@ -198,7 +198,7 @@ export default function ProductNewEditForm() { ...@@ -198,7 +198,7 @@ export default function ProductNewEditForm() {
whoCreatedCommand: localStorage.getItem("userId") whoCreatedCommand: localStorage.getItem("userId")
? parseInt(localStorage.getItem("userId")!, 10) ? parseInt(localStorage.getItem("userId")!, 10)
: 0, : 0,
createdAt: creationDateTime || new Date().toISOString(), createdAt: creationDateTime || "",
orderStatus: selectedOrderOptions || "IN_PROGRESS", orderStatus: selectedOrderOptions || "IN_PROGRESS",
note: noteData.subDescription || "", note: noteData.subDescription || "",
noteType: noteData.note || "", noteType: noteData.note || "",
......
0% ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter