Openbravo Issue Tracking System - Retail Modules
View Issue Details
0044907Retail ModulesWeb POSpublic2020-08-27 10:142020-09-17 08:10
guillermogil 
ranjith_qualiantech_com 
normalmajoralways
closedfixed 
5
 
RR20Q4 
No
0044907: Not possible to execute OBMOBC_PostWindowNavigate hook
Not possible to execute OBMOBC_PostWindowNavigate hook.
There is a missing callbackExecutor.

It will be needed to update wiki too as the hook is not listed:
http://wiki.openbravo.com/wiki/List_of_Hooks_in_Web_POS [^]
Implement on a module OBMOBC_PostWindowNavigate hook.
See it is not being executed
See patches attached
No tags attached.
diff 44907_posterminal.diff (662) 2020-08-27 10:15
https://issues.openbravo.com/file_download.php?file_id=14900&type=bug
diff 44907_mobilecore.diff (850) 2020-08-27 10:15
https://issues.openbravo.com/file_download.php?file_id=14901&type=bug
Issue History
2020-08-27 10:14guillermogilNew Issue
2020-08-27 10:14guillermogilAssigned To => Retail
2020-08-27 10:14guillermogilResolution time => 1600293600
2020-08-27 10:14guillermogilTriggers an Emergency Pack => No
2020-08-27 10:15guillermogilFile Added: 44907_posterminal.diff
2020-08-27 10:15guillermogilFile Added: 44907_mobilecore.diff
2020-08-27 10:16guillermogilRelationship addedblocks 0044899
2020-08-27 13:51guillermogilRelationship deletedblocks 0044899
2020-09-01 06:57guillermogilDescription Updatedbug_revision_view_page.php?rev_id=21582#r21582
2020-09-14 09:21ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2020-09-15 11:42ranjith_qualiantech_comStatusnew => scheduled
2020-09-16 05:59hgbotNote Added: 0123077
2020-09-16 05:59hgbotNote Added: 0123078
2020-09-17 08:10hgbotNote Added: 0123126
2020-09-17 08:10hgbotNote Added: 0123127
2020-09-17 08:10hgbotResolutionopen => fixed
2020-09-17 08:10hgbotStatusscheduled => closed
2020-09-17 08:10hgbotFixed in Version => RR20Q4
2020-09-17 08:10hgbotNote Added: 0123128
2020-09-17 08:10hgbotNote Added: 0123129

Notes
(0123077)
hgbot   
2020-09-16 05:59   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/99 [^]
(0123078)
hgbot   
2020-09-16 05:59   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/merge_requests/68 [^]
(0123126)
hgbot   
2020-09-17 08:10   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^]
Changeset: 14433c8c536955a569eacd7868152ee7eb12c3c1
Author: Ranjith S R <ranjith@qualiantech.com>
Date: 2020-09-17T06:10:12+00:00
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/14433c8c536955a569eacd7868152ee7eb12c3c1 [^]

Related to ISSUE-44907: Hook PostWindowNavigate callback should be called
* In Hook PostWindowNavigate, MasterData should be checked if user loggedin in online mode

---
M web/org.openbravo.retail.posterminal/js/components/menuhook.js
---
(0123127)
hgbot   
2020-09-17 08:10   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/99 [^]
(0123128)
hgbot   
2020-09-17 08:10   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core [^]
Changeset: a9d8c11bb0a92f4d7d7896857a61d8968aabea1e
Author: Ranjith S R <ranjith@qualiantech.com>
Date: 2020-09-17T06:10:16+00:00
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/commit/a9d8c11bb0a92f4d7d7896857a61d8968aabea1e [^]

Fixed ISSUE-44907: Hook PostWindowNavigate should be called in online/offline mode
* Hook PostWindowNavigate should be called when window models are loaded and UI rendered

---
M web/org.openbravo.mobile.core/source/data/ob-windowmodel.js
---
(0123129)
hgbot   
2020-09-17 08:10   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/merge_requests/68 [^]