Project:
View Revisions: Issue #56501 | [ Back to Issue ] | ||
Summary | 0056501: AddProduct user action should get an array of products instead of one product | ||
Revision | 2024-09-26 13:21 by sreehari | ||
Description | AddProduct state action already work with an array of products, but the user action only support one product. This is wrong since if you need to add many products in one operation, breaks the transactionality having to do one by one. An example of this problem can be seen in this issue: https://issues.openbravo.com/view.php?id=56415 [^] that should be fixed after. It is needed to change the user action to work with an array of products instead one product, and fix all the prehooks, posthooks and calls to the user action |
||
Revision | 2024-09-19 10:57 by gorka_gil | ||
Description | AddProduct state action already work with an array of products, but the user action only support one product. This is wrong since if you need to add many products in one operation, breaks the transactionality having to do one by one. An example of this problem can be seen in this issue: https://issues.openbravo.com/view.php?id=56415, [^] that should be fixed after. It is needed to change the user action to work with an array of products instead one product, and fix all the prehooks, posthooks and calls to the user action |
||
Revision | 2024-09-19 10:56 by gorka_gil | ||
Description | AddProduct state action already work with an array of products, but the user action only support one product. This is wrong since if you need to add many products in one operation, breaks the transactionality having to do one by one. An example of this problem can be seen in this issue: https://issues.openbravo.com/view.php?id=56415, [^] that should be fixed after. It is needed to chante the user action to work with an array of products instead one product. |
Copyright © 2000 - 2009 MantisBT Group |