Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0013872Openbravo ERPZ. Otherspublic2010-07-02 13:292010-12-09 16:03
shuehner 
mtaal 
urgentminorhave not tried
closedfixed 
5
2.50 
 
User Interface Application
No
0013872: HeartbeatPopup and register popup are not shown at all in new UI.
In classic UI these two popups are shown after login if the role is SystemAdmin and the instance has those features not yet configured (activated or deactivated).

To do the same in new layout either
- Fix function for HIDE in VerticalMenu.java to add missing decidePopup call, to enable the popups when the hidden menu is loaded (but side-effects: only and always when hidden menu is loadeD)
- Implement similar/same logic directly in new layout so those popups are shown afer logging in.
No tags attached.
related to defect 0013909 closed mtaal Registration popup is now shown always, even after using 'Decline' 
related to defect 0013915 closed mtaal Registration popup is now shown after closing hearbeat popup, but only on next login 
Issue History
2010-07-02 13:29shuehnerNew Issue
2010-07-02 13:29shuehnerAssigned To => mtaal
2010-07-03 16:54hgbotCheckin
2010-07-03 16:54hgbotNote Added: 0029035
2010-07-03 16:54hgbotStatusnew => resolved
2010-07-03 16:54hgbotResolutionopen => fixed
2010-07-03 16:54hgbotFixed in SCM revision => http://code.openbravo.com/erp/mods/org.openbravo.client.application/rev/507e3e3fbc5fc53252cb899af0db330d595abe0c [^]
2010-07-03 16:54hgbotCheckin
2010-07-03 16:54hgbotNote Added: 0029036
2010-07-03 16:54hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/mods/org.openbravo.client.application/rev/507e3e3fbc5fc53252cb899af0db330d595abe0c [^] => http://code.openbravo.com/erp/mods/org.openbravo.userinterface.smartclient/rev/11b2ea81c703684fa13d05ec8e05befe346d2651 [^]
2010-07-03 16:55hgbotCheckin
2010-07-03 16:55hgbotNote Added: 0029037
2010-07-03 16:55hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/mods/org.openbravo.userinterface.smartclient/rev/11b2ea81c703684fa13d05ec8e05befe346d2651 [^] => http://code.openbravo.com/erp/mods/org.openbravo.client.navigationbarcomponents/rev/d79c9f6db209e1823ed0d91a6548aade89a9fe44 [^]
2010-07-07 16:17shuehnerRelationship addedrelated to 0013909
2010-07-07 16:19shuehnerRelationship addedrelated to 0013915
2010-07-07 16:20shuehnerNote Added: 0029130
2010-07-07 16:20shuehnerStatusresolved => closed
2010-12-09 16:03anonymoussf_bug_id0 => 3133304

Notes
(0029035)
hgbot   
2010-07-03 16:54   
Repository: erp/mods/org.openbravo.client.application
Changeset: 507e3e3fbc5fc53252cb899af0db330d595abe0c
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Sat Jul 03 16:54:27 2010 +0200
URL: http://code.openbravo.com/erp/mods/org.openbravo.client.application/rev/507e3e3fbc5fc53252cb899af0db330d595abe0c [^]

Fixes issue 13872: HeartbeatPopup and register popup are not shown at all in new UI.

---
A src/org/openbravo/client/application/HeartBeatPopupActionHandler.java
---
(0029036)
hgbot   
2010-07-03 16:54   
Repository: erp/mods/org.openbravo.userinterface.smartclient
Changeset: 11b2ea81c703684fa13d05ec8e05befe346d2651
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Sat Jul 03 16:54:49 2010 +0200
URL: http://code.openbravo.com/erp/mods/org.openbravo.userinterface.smartclient/rev/11b2ea81c703684fa13d05ec8e05befe346d2651 [^]

Fixes issue 13872: HeartbeatPopup and register popup are not shown at all in new UI.

---
M web/org.openbravo.userinterface.smartclient/js/utilities.js
---
(0029037)
hgbot   
2010-07-03 16:55   
Repository: erp/mods/org.openbravo.client.navigationbarcomponents
Changeset: d79c9f6db209e1823ed0d91a6548aade89a9fe44
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Sat Jul 03 16:55:04 2010 +0200
URL: http://code.openbravo.com/erp/mods/org.openbravo.client.navigationbarcomponents/rev/d79c9f6db209e1823ed0d91a6548aade89a9fe44 [^]

Fixes issue 13872: HeartbeatPopup and register popup are not shown at all in new UI.

---
M web/org.openbravo.client.navigationbarcomponents/js/navigationbarcomponents-application.js
---
(0029130)
shuehner   
2010-07-07 16:20   
Tested working mostly, the differences compared to behavior with classic ui have been reported as new issues 13909 and 13915.