Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0020217 | Openbravo ERP | A. Platform | public | 2012-04-06 21:03 | 2012-04-26 10:43 |
|
Reporter | dbaz | |
Assigned To | dbaz | |
Priority | high | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0MP11 | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | No |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0020217: There should be a way to handle uncompressed Smartclient js files |
Description | There should be a way to handle uncompressed Smartclient js files.
Sometimes is useful have/load them to allow debugging unobfuscated code. |
Steps To Reproduce | Use Firebug/Chrome Developer Tools to determine which files have been loaded |
Proposed Solution | "org.openbravo.userinterface.smartclient.dev" is a non-required module containing uncompressed/unobfuscated Smartclient js files.
In case this module is present, and is "In Development" mode, the uncompressed/unobfuscated js files should be loaded (instead of "ISC_Combined.js") |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2012-04-06 21:03 | dbaz | New Issue | |
2012-04-06 21:03 | dbaz | Assigned To | => dbaz |
2012-04-06 21:03 | dbaz | Modules | => Core |
2012-04-06 21:03 | dbaz | OBNetwork customer | => No |
2012-04-06 21:07 | hgbot | Checkin | |
2012-04-06 21:07 | hgbot | Note Added: 0047399 | |
2012-04-06 21:07 | hgbot | Status | new => resolved |
2012-04-06 21:07 | hgbot | Resolution | open => fixed |
2012-04-06 21:07 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/3616778f708b7ccd4f6dd550b6247f92bb074a0d [^] |
2012-04-06 21:15 | dbaz | Note Added: 0047400 | |
2012-04-10 14:13 | hgbot | Checkin | |
2012-04-10 14:13 | hgbot | Note Added: 0047419 | |
2012-04-17 05:31 | hudsonbot | Checkin | |
2012-04-17 05:31 | hudsonbot | Note Added: 0047615 | |
2012-04-17 05:31 | hudsonbot | Checkin | |
2012-04-17 05:31 | hudsonbot | Note Added: 0047618 | |
2012-04-26 10:43 | alostale | Note Added: 0047996 | |
2012-04-26 10:43 | alostale | Status | resolved => closed |
2012-04-26 10:43 | alostale | Fixed in Version | => 3.0MP11 |
Notes |
|
(0047399)
|
hgbot
|
2012-04-06 21:07
|
|
Repository: erp/devel/pi
Changeset: 3616778f708b7ccd4f6dd550b6247f92bb074a0d
Author: David Baz Fayos <david.baz <at> openbravo.com>
Date: Fri Apr 06 21:07:10 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/3616778f708b7ccd4f6dd550b6247f92bb074a0d [^]
Fixed issue 20217: Added a way to load uncompressed SmartCliend code.
In order to do it, module 'org.openbravo.userinterface.smartclient.dev' is needed.
This module should be as 'In Development' mode.
---
M modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/KernelUtils.java
M src/index.jsp
---
|
|
|
(0047400)
|
dbaz
|
2012-04-06 21:15
|
|
|
|
(0047419)
|
hgbot
|
2012-04-10 14:13
|
|
|
|
|
|
|
|
|
|
|
code reviewed and verified on pi@9d54745371d5 |
|