Openbravo Issue Tracking System - Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0056493 | Modules | Advanced Warehouse Operations | public | 2024-09-19 07:56 | 2024-10-31 13:02 |
|
Reporter | caristu | |
Assigned To | caristu | |
Priority | high | Severity | minor | Reproducibility | N/A |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Regression date | |
Regression introduced by commit | |
Regression level | |
Review Assigned To | |
Support ticket | |
OBNetwork customer | |
Regression introduced in release | |
|
Summary | 0056493: Cannot set the values of a List through the FIC in a P&E grid |
Description | Currently is not possible to set the values of a List field in a P&E grid through a FIC call in a P&E grid. This can be needed when it is desired to dynamically filter the available values of the list based on the current context. |
Steps To Reproduce | 0) Use this branch of awo module[1]
1) Create a purchase order with two lines, book and receive it
2) Go to the Reception List window and select the newly created reception list
3) Switch to the lines tab, change the confirmed quantity of one of the lines
4) Switch to the header tab, click on confirm button
5) In the P&E, note that the delta response field shows some values, but when selecting one, the selected value is not correct and changes to an unrecognized value.
[1] https://gitlab.com/openbravo/devel/pmods/org.openbravo.warehouse.advancedwarehouseoperations/-/tree/fix/56443-si-group [^] |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | blocks | feature request | 0056443 | | closed | caristu | Support Delta/Stock Incident when confirming group of tasks from back office |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2024-09-19 07:56 | caristu | New Issue | |
2024-09-19 07:56 | caristu | Assigned To | => caristu |
2024-09-19 07:56 | caristu | Issue generated from | 0056443 |
2024-09-19 07:56 | caristu | Relationship added | related to 0056443 |
2024-09-19 08:03 | hgbot | Note Added: 0169333 | |
2024-09-20 11:19 | caristu | Relationship added | related to 0024964 |
2024-09-20 11:37 | caristu | Relationship deleted | related to 0024964 |
2024-10-22 16:24 | caristu | Relationship deleted | related to 0056443 |
2024-10-22 16:24 | caristu | Relationship added | blocks 0056443 |
2024-10-31 13:02 | hgbot | Resolution | open => fixed |
2024-10-31 13:02 | hgbot | Status | new => closed |
2024-10-31 13:02 | hgbot | Note Added: 0171221 | |
2024-10-31 13:02 | hgbot | Fixed in Version | => PR25Q1 |
2024-10-31 13:02 | hgbot | Note Added: 0171222 | |
2024-10-31 13:02 | hgbot | Note Added: 0171223 | |
Notes |
|
(0169333)
|
hgbot
|
2024-09-19 08:03
|
|
|
|
(0171221)
|
hgbot
|
2024-10-31 13:02
|
|
|
|
(0171222)
|
hgbot
|
2024-10-31 13:02
|
|
Directly closing issue as related merge request is already approved.
Repository: https://gitlab.com/openbravo/product/openbravo [^]
Changeset: c04dd33636c530ee0d8b68a5ec972c7726b0c251
Author: Carlos Aristu <c.aristu@orisha.com>
Date: 31-10-2024 06:37:08
URL: https://gitlab.com/openbravo/product/openbravo/-/commit/c04dd33636c530ee0d8b68a5ec972c7726b0c251 [^]
fixes BUG-56493: Items of P&E list fields cannot be dynamically changed
It was not possible to filter the items of a P&E list field through a
FIC call, for example by using a validation or a FIC extension.
This is because after the FIC response the editor value map is not
updated but just the field value map.
To fix this problem when are overriding the getEditorValueMap function
of the P&E grids, to return the updated value map from the list field.
This is the same solution that is currently being done by the grids of
the back office standard windows.
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-pick-and-execute-grid.js
---
|
|
|
(0171223)
|
hgbot
|
2024-10-31 13:02
|
|
|