Openbravo Issue Tracking System - POS2
View Issue Details
0053114POS2Corepublic2023-08-01 11:442023-08-03 11:36
caristu 
caristu 
highminorhave not tried
closedfixed 
5
 
23Q4 
No
0053114: Do not show server status icon if CRM is not configured to work in offline
If a CRM connector has all the code that allows to work in offline but in the configuration, the connectivity type is set as "Online", the server status button is displayed showing an incorrect offline status (see attached).
.
Do not show the server status button when the connectivity type of the CRM configuration is set as "Online". In this case it does not make sense to display that button.
No tags attached.
related to feature request 0050403 closed caristu Support customer creation through the CRM in offline 
Issue History
2023-08-01 11:44caristuNew Issue
2023-08-01 11:44caristuAssigned To => Retail
2023-08-01 11:44caristuTriggers an Emergency Pack => No
2023-08-01 11:44caristuAssigned ToRetail => caristu
2023-08-01 11:44caristuCategoryPOS => Core
2023-08-01 12:31hgbotNote Added: 0153056
2023-08-01 12:34caristuRelationship addedrelated to 0050403
2023-08-03 11:36hgbotResolutionopen => fixed
2023-08-03 11:36hgbotStatusnew => closed
2023-08-03 11:36hgbotNote Added: 0153155
2023-08-03 11:36hgbotFixed in Version => 23Q4
2023-08-03 11:36hgbotNote Added: 0153156

Notes
(0153056)
hgbot   
2023-08-01 12:31   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/1187 [^]
(0153155)
hgbot   
2023-08-03 11:36   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/1187 [^]
(0153156)
hgbot   
2023-08-03 11:36   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2 [^]
Changeset: 2aaeff69f3b52ba7efdec5a070cecc34d9a9295e
Author: Carlos Aristu <carlos.aristu@openbravo.com>
Date: 02-08-2023 07:05:17
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/commit/2aaeff69f3b52ba7efdec5a070cecc34d9a9295e [^]

fixes BUG-53114: don't show CRM button with online connectivity type

  Two main improvements when the connectivity type of the CRM
configuration is set as online only:

  - Do not show the CRM server status button
  - Initialize the CRM remote server (if any) so the components whose
enable/disable status that dependes on the server status are rendered
correctly.

---
M web-jspack/org.openbravo.core2/src/authentication/loginInitActions.js
M web-jspack/org.openbravo.core2/src/ob-init.js
---