Openbravo Issue Tracking System - POS2
View Issue Details
0051227POS2POSpublic2022-12-22 10:302023-01-04 14:14
alostale 
javierRodriguez 
immediatemajoralways
closedfixed 
5
 
23Q1 
Pre packaging ( pi )
2022-12-16
pi
https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/c6ebbe82cd5739a46ec64cfa3d2e6098067665bd [^]
No
0051227: cannot change master data refresh interval
Whenever a masterdata refresh interval is tried to be changed, saving the record fails if the POS inactivity timeout is not set.
In an instance with retail sample data:
1. Log in as White Valley Admin
2. In Touchpoint Type, select any (ie. PS POS Terminal Type)
3. Try to set a different Full refresh period
  -> ERROR: saving failed
     NPE is openbravo.log
No tags attached.
caused by feature request 0051052 closed javierRodriguez Use the inactivity infrastructure to automatically close a ticket if the user did not interact with the POS for some time 
Issue History
2022-12-22 10:30alostaleNew Issue
2022-12-22 10:30alostaleAssigned To => Retail
2022-12-22 10:30alostaleTriggers an Emergency Pack => No
2022-12-22 10:31alostaleRegression level => Pre packaging ( pi )
2022-12-22 10:31alostaleRegression date => 2022-12-16
2022-12-22 10:31alostaleRegression introduced in release => pi
2022-12-22 10:31alostaleRegression introduced by commit => https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/c6ebbe82cd5739a46ec64cfa3d2e6098067665bd [^]
2022-12-22 10:32alostaleRelationship addedcaused by 0051052
2022-12-22 12:05javierRodriguezAssigned ToRetail => javierRodriguez
2023-01-04 11:34hgbotNote Added: 0145159
2023-01-04 14:14hgbotResolutionopen => fixed
2023-01-04 14:14hgbotStatusnew => closed
2023-01-04 14:14hgbotNote Added: 0145170
2023-01-04 14:14hgbotFixed in Version => 23Q1
2023-01-04 14:14hgbotNote Added: 0145171

Notes
(0145159)
hgbot   
2023-01-04 11:34   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1439 [^]
(0145170)
hgbot   
2023-01-04 14:14   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1439 [^]
(0145171)
hgbot   
2023-01-04 14:14   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: c07d9d904199fc5c19ccdc991460aae6b3ae8866
Author: Javier Rodríguez Regueiro <javier.rodriguez@openbravo.com>
Date: 04-01-2023 13:14:16
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/c07d9d904199fc5c19ccdc991460aae6b3ae8866 [^]

Fixed ISSUE-51227: Verify current timeout and previous timeout are not null at the same time

---
M src/org/openbravo/pos2/event/TerminalTypeTicketTimeoutEventHandler.java
---