Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0048387Openbravo ERPA. Platformpublic2022-01-12 13:322022-01-13 07:34
ebecerra 
AugustoMauch 
normalcriticalhave not tried
closedfixed 
5
 
PR22Q2 
Core
Coding ( Testing )
2022-01-11
pi
https://gitlab.com/openbravo/product/openbravo/-/commit/71dbcf0c4f6e2411cec063fd07f3e102abf462fd [^]
No
0048387: Can not "Unlink" terminal
The process for unlink a terminal is not called, because have an error y javascript code.
1. Set preference "Terminal Authentication enabled" to "Y"
2. Open a POS terminal
3. In the windows: Channel - Touchpoint select the previous open terminal and try to "Unlink device"

The problem can be reproduced by executing any standard process that does not have any parameters
No tags attached.
caused by feature request 0048105 closed jarmendariz Openbravo ERP Add a Reference to upload a file in Process Definition 
has duplicate defect 0048392 closed Retail POS2 Jira 2599 - [FS] Impossible to unlink device 
png Captura de pantalla de 2022-01-12 12-36-19.png (207,284) 2022-01-12 13:32
https://issues.openbravo.com/file_download.php?file_id=16505&type=bug
png
Issue History
2022-01-12 13:32ebecerraNew Issue
2022-01-12 13:32ebecerraAssigned To => Triage Platform Base
2022-01-12 13:32ebecerraFile Added: Captura de pantalla de 2022-01-12 12-36-19.png
2022-01-12 13:32ebecerraModules => Core
2022-01-12 13:32ebecerraTriggers an Emergency Pack => No
2022-01-12 15:20AugustoMauchRelationship addedcaused by 0048105
2022-01-12 15:20AugustoMauchAssigned ToTriage Platform Base => AugustoMauch
2022-01-12 15:20AugustoMauchStatusnew => scheduled
2022-01-12 15:21AugustoMauchSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=23507#r23507
2022-01-12 15:25AugustoMauchRegression level => Coding ( Testing )
2022-01-12 15:25AugustoMauchRegression date => 2022-01-11
2022-01-12 15:25AugustoMauchRegression introduced in release => pi
2022-01-12 15:25AugustoMauchRegression introduced by commit => https://gitlab.com/openbravo/product/openbravo/-/commit/71dbcf0c4f6e2411cec063fd07f3e102abf462fd [^]
2022-01-12 15:27hgbotNote Added: 0134261
2022-01-13 07:34hgbotResolutionopen => fixed
2022-01-13 07:34hgbotStatusscheduled => closed
2022-01-13 07:34hgbotNote Added: 0134280
2022-01-13 07:34hgbotFixed in Version => PR22Q2
2022-01-13 07:34hgbotNote Added: 0134281
2022-01-13 09:14guilleaerRelationship addedhas duplicate 0048392

Notes
(0134261)
hgbot   
2022-01-12 15:27   
Merge Request created: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/499 [^]
(0134280)
hgbot   
2022-01-13 07:34   
Merge request merged: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/499 [^]
(0134281)
hgbot   
2022-01-13 07:34   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/openbravo [^]
Changeset: b0b226d8dd680eefa424e160ac25913b3a8a4956
Author: Augusto Mauch <augusto.mauch@openbravo.com>
Date: 12-01-2022 15:27:35
URL: https://gitlab.com/openbravo/product/openbravo/-/commit/b0b226d8dd680eefa424e160ac25913b3a8a4956 [^]

Fixes ISSUE-48387: Cannot execute standard process with no parameters

A regression was introduced in this changeset [1] and as a result the execution of standard process
that do not have any parameters fail, because the property theForm of those processes is not defined.

It has been fixed by making sure the form exists before invoking its getFileItemForm method.

[1] https://gitlab.com/openbravo/product/openbravo/-/commit/71dbcf0c4f6e2411cec063fd07f3e102abf462fd [^]

---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-parameter-window-view.js
---