4880 quick fix : when counting products, when user edits + validates qty of…
4880 quick fix : when counting products, when user edits + validates qty of product without changing it, imitate behavior of direct clic on validate button so that product is still considered not updated, which prevents bug #4880
A tester en profondeur !
{{ resolvedDiscussionCount }}/{{ discussionCount }} {{ resolvedCountText }} resolved
-
1367 1367 productToEdit.package_qty = productToEdit.product_qty; 1368 1368 1369 1369 } else if (firstUpdate) { 1370 // if the product is updated for the first time and productQty is equal to the newValue then the product is validated 1371 isValid = true; 1370 //If we came here, I think we just want to imitate the behavior of user clicking on Validate directly on the product instead of 1371 //going further (https://redmine.coopdev.fr/issues/4880) 1372 add_to_processed(productToEdit,true); -
Developer
on ne passe pas par ici dans le cas que tu as défini (édition après édition et validation sans modif), donc ce fix n'est pas le bon.
-
Developer
De plus je ne suis pas sur que ça aurait résolu le soucis en soit car l'ajout à la liste processed se fait déjà, plus tard dans la fonction
-
-
closed
Toggle commit list