Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0056861 | Openbravo ERP | A. Platform | public | 2024-10-22 16:23 | 2024-11-04 12:44 |
|
Reporter | caristu | |
Assigned To | caristu | |
Priority | high | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | PR25Q1 | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0056861: Handlers receive incorrect selection when the process is executed in tree view |
Description | The handlers of standard process definitions[1] receive an incorrect selection when the process in triggered in a standard tab displaying the tree view.
[1]https://wiki.openbravo.com/wiki/How_to_create_a_Standard_Process_Definition [^] |
Steps To Reproduce | 1) Navigate to a window that supports being displayed in tree view and that allows to executed an standard process
2) Switch to the tree view, select any record and run the process
3) Note that in the handler, inside the doExecute method if we do:
JSONObject data = new JSONObject(content);
JSONArray ids = data.getJSONArray("recordIds");
Note that inside "ids" there is not the id of the selected record |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | blocks | feature request | 0056443 | | closed | caristu | Modules | Support Delta/Stock Incident when confirming group of tasks from back office |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2024-10-22 16:23 | caristu | New Issue | |
2024-10-22 16:23 | caristu | Assigned To | => caristu |
2024-10-22 16:23 | caristu | Modules | => Core |
2024-10-22 16:23 | caristu | Triggers an Emergency Pack | => No |
2024-10-22 16:23 | caristu | Relationship added | related to 0056443 |
2024-10-22 16:24 | caristu | Relationship deleted | related to 0056443 |
2024-10-22 16:24 | caristu | Relationship added | blocks 0056443 |
2024-10-22 16:35 | hgbot | Note Added: 0170765 | |
2024-11-04 12:44 | hgbot | Note Added: 0171287 | |
2024-11-04 12:44 | hgbot | Resolution | open => fixed |
2024-11-04 12:44 | hgbot | Status | new => closed |
2024-11-04 12:44 | hgbot | Fixed in Version | => PR25Q1 |
2024-11-04 12:44 | hgbot | Note Added: 0171288 | |