Openbravo Issue Tracking System - Openbravo ERP |
| View Issue Details |
|
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0035800 | Openbravo ERP | A. Platform | public | 2017-04-19 14:56 | 2017-05-29 17:43 |
|
| Reporter | caristu | |
| Assigned To | caristu | |
| Priority | immediate | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | fixed | |
| Platform | | OS | 5 | OS Version | |
| Product Version | | |
| Target Version | | Fixed in Version | 3.0PR17Q3 | |
| Merge Request Status | |
| Review Assigned To | alostale |
| OBNetwork customer | No |
| Web browser | |
| Modules | Core |
| Support ticket | |
| Regression level | Pre packaging ( pi ) |
| Regression date | 2017-04-12 |
| Regression introduced in release | pi |
| Regression introduced by commit | https://code.openbravo.com/erp/devel/pi/rev/c17655a6fb3ffb29cdd5d73073615ba9d60cd941 [^] |
| Triggers an Emergency Pack | No |
|
| Summary | 0035800: Can not add navigation bar element of Activity module |
| Description | Can not add navigation bar element of Activity module |
| Steps To Reproduce | 1) Install the Activity[1] module
2) Login
3) The following error is displayed:
"Application:2 Uncaught ReferenceError: OBACTIV_NavBarIcon is not defined
at Application:2"
[1] http://centralrepository.openbravo.com/openbravo/org.openbravo.forge.ui/sso/ForgeModuleDetail/Openbravo-Activiti [^] |
| Proposed Solution | |
| Additional Information | |
| Tags | No tags attached. |
| Relationships | | caused by | feature request | 0035553 | | closed | caristu | Improve scalability of the login process |
|
| Attached Files | |
|
| Issue History |
| Date Modified | Username | Field | Change |
| 2017-04-19 14:56 | caristu | New Issue | |
| 2017-04-19 14:56 | caristu | Assigned To | => platform |
| 2017-04-19 14:56 | caristu | OBNetwork customer | => No |
| 2017-04-19 14:56 | caristu | Modules | => Core |
| 2017-04-19 14:56 | caristu | Triggers an Emergency Pack | => No |
| 2017-04-19 14:56 | caristu | Assigned To | platform => caristu |
| 2017-04-19 15:01 | hgbot | Checkin | |
| 2017-04-19 15:01 | hgbot | Note Added: 0096065 | |
| 2017-04-19 15:01 | hgbot | Status | new => resolved |
| 2017-04-19 15:01 | hgbot | Resolution | open => fixed |
| 2017-04-19 15:01 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/4eb87fe75cf58ebcbb189ebc780903ce6769a829 [^] |
| 2017-04-19 16:18 | hgbot | Checkin | |
| 2017-04-19 16:18 | hgbot | Note Added: 0096067 | |
| 2017-04-20 08:32 | caristu | Relationship added | caused by 0035553 |
| 2017-04-20 08:33 | caristu | Regression level | => Pre packaging ( pi ) |
| 2017-04-20 08:33 | caristu | Regression date | => 2017-04-12 |
| 2017-04-20 08:33 | caristu | Regression introduced in release | => pi |
| 2017-04-20 08:33 | caristu | Regression introduced by commit | => https://code.openbravo.com/erp/devel/pi/rev/c17655a6fb3ffb29cdd5d73073615ba9d60cd941 [^] |
| 2017-04-21 14:35 | caristu | Steps to Reproduce Updated | bug_revision_view_page.php?rev_id=15044#r15044 |
| 2017-04-21 14:36 | caristu | Review Assigned To | => alostale |
| 2017-04-24 12:07 | alostale | Note Added: 0096123 | |
| 2017-04-24 12:07 | alostale | Status | resolved => closed |
| 2017-04-24 12:07 | alostale | Fixed in Version | => 3.0PR17Q3 |
| 2017-05-29 17:43 | hudsonbot | Checkin | |
| 2017-05-29 17:43 | hudsonbot | Note Added: 0096895 | |
| 2017-05-29 17:43 | hudsonbot | Checkin | |
| 2017-05-29 17:43 | hudsonbot | Note Added: 0096896 | |
|
Notes |
|
|
(0096065)
|
|
hgbot
|
|
2017-04-19 15:01
|
|
Repository: erp/devel/pi
Changeset: 4eb87fe75cf58ebcbb189ebc780903ce6769a829
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Wed Apr 19 15:00:50 2017 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/4eb87fe75cf58ebcbb189ebc780903ce6769a829 [^]
fixes issue 35800: Can not add navigation bar element of Activity module
The 'Application' request now returns a function. This way we ensure that the navigation bar components are instanced after the definition of their classes.
---
M modules/org.openbravo.client.application/src/org/openbravo/client/application/templates/layout.js.ftl
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/main/ob-layout.js
---
|
|
|
|
(0096067)
|
|
hgbot
|
|
2017-04-19 16:18
|
|
Repository: erp/devel/pi
Changeset: dc1be2d4049e65269a2491bcfbb1f3cd5ad59783
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Wed Apr 19 16:17:50 2017 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/dc1be2d4049e65269a2491bcfbb1f3cd5ad59783 [^]
related to issue 35800: Handle case when Application request is not fired
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/main/ob-layout.js
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|