Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0035404 | Openbravo ERP | A. Platform | public | 2017-03-02 12:35 | 2019-07-23 08:34 |
|
Reporter | alostale | |
Assigned To | platform | |
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | out of date | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0035404: insufficient information in log when a view has jslint errors |
Description | When a generated view has jslint errors, they are logged in openbravo.log. But there's no information about which is the view that has problems. |
Steps To Reproduce | Before issue 0035403 is fixed:
1. As System Admin set User Interface Application module in development
2. As Group Admin open Financial Account window
-> check openbravo.log:
632e68c4 2017-02-01 00:16:17,635 [ajp-bio-127.0.0.1-8009-exec-1] ERROR org.openbravo.client.kernel.ComponentGenerator - Error parsing component View
>>>>>>> Issues found in javascript <<<<<<<<<
Core.View:1967:52: Weird condition. >> offending code: f.disableItem('aprmFinaccTransOrigin', ('Y') || (OB.Utilities.getValue(currentValues,'aprmFinaccTransOrigin') !== '') === false);
>>>>>>> Issues (1969ms) <<<<<<<<< |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0035403 | | closed | vmromanos | jslint error in Financial Account window | related to | feature request | 0039983 | | closed | jarmendariz | Upgrade javascript linter and formatter |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2017-03-02 12:35 | alostale | New Issue | |
2017-03-02 12:35 | alostale | Assigned To | => platform |
2017-03-02 12:35 | alostale | Modules | => Core |
2017-03-02 12:35 | alostale | Triggers an Emergency Pack | => No |
2017-03-02 12:35 | alostale | Relationship added | related to 0035403 |
2017-03-02 12:37 | alostale | Relationship added | related to 0035405 |
2017-03-02 12:38 | alostale | Relationship deleted | related to 0035405 |
2017-03-02 12:52 | alostale | Assigned To | platform => alostale |
2017-03-02 12:52 | alostale | Review Assigned To | => caristu |
2017-03-02 12:53 | hgbot | Checkin | |
2017-03-02 12:53 | hgbot | Note Added: 0094682 | |
2017-03-02 12:53 | hgbot | Status | new => resolved |
2017-03-02 12:53 | hgbot | Resolution | open => fixed |
2017-03-02 12:53 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/71f6e1ff155295022d631faf833a1d818872e4b7 [^] |
2017-03-10 13:42 | caristu | Note Added: 0094917 | |
2017-03-10 13:42 | caristu | Status | resolved => new |
2017-03-10 13:42 | caristu | Resolution | fixed => open |
2017-03-15 20:20 | hudsonbot | Checkin | |
2017-03-15 20:20 | hudsonbot | Note Added: 0095248 | |
2017-03-31 10:09 | hgbot | Checkin | |
2017-03-31 10:09 | hgbot | Note Added: 0095749 | |
2017-04-01 12:06 | hudsonbot | Checkin | |
2017-04-01 12:06 | hudsonbot | Note Added: 0095777 | |
2017-04-07 09:05 | alostale | Status | new => acknowledged |
2017-04-10 14:33 | alostale | Assigned To | alostale => platform |
2017-04-10 19:09 | caristu | Review Assigned To | caristu => |
2019-07-22 14:22 | alostale | Status | acknowledged => scheduled |
2019-07-23 08:34 | alostale | Note Added: 0113585 | |
2019-07-23 08:34 | alostale | Status | scheduled => closed |
2019-07-23 08:34 | alostale | Resolution | open => out of date |
2019-07-23 08:34 | alostale | Relationship added | related to 0039983 |
Notes |
|
(0094682)
|
hgbot
|
2017-03-02 12:53
|
|
Repository: erp/devel/pi
Changeset: 71f6e1ff155295022d631faf833a1d818872e4b7
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Thu Mar 02 12:49:53 2017 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/71f6e1ff155295022d631faf833a1d818872e4b7 [^]
fixed bug 35404: insufficient information in log when a view has jslint errors
Added window name and id to be shown in log
---
M modules/org.openbravo.client.application/src/org/openbravo/client/application/ViewComponent.java
M modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/BaseComponent.java
M modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/ComponentGenerator.java
---
|
|
|
|
|
|
|
|
|
(0095749)
|
hgbot
|
2017-03-31 10:09
|
|
Repository: erp/devel/pi
Changeset: 30a984e553cb0a5f69df60cc51982cd40270a25a
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Fri Mar 31 10:08:39 2017 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/30a984e553cb0a5f69df60cc51982cd40270a25a [^]
related to bug 35404: backout changeset 71f6e1ff155295022
Fix was not correct, it didn't work in all cases because of CDI proxies.
Proxied instance was not correctly initialized on casting.
---
M modules/org.openbravo.client.application/src/org/openbravo/client/application/ViewComponent.java
M modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/BaseComponent.java
M modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/ComponentGenerator.java
---
|
|
|
|
|
|
|
Project 0039983 removed jslint on generated code |
|