Openbravo Issue Tracking System - Retail Modules | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0024044 | Retail Modules | Web POS | public | 2013-06-11 17:34 | 2013-07-23 17:52 |
Reporter | jecharri | ||||
Assigned To | marvintm | ||||
Priority | immediate | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | OS | 5 | OS Version | ||
Product Version | RMP23 | ||||
Target Version | RMP23 | Fixed in Version | RMP24 | ||
Merge Request Status | |||||
Review Assigned To | marvintm | ||||
OBNetwork customer | OBPS | ||||
Support ticket | 20303 | ||||
Regression level | |||||
Regression date | |||||
Regression introduced in release | |||||
Regression introduced by commit | |||||
Triggers an Emergency Pack | No | ||||
Summary | 0024044: RMP23 does not work in windows | ||||
Description | RMP23 does not work in windows In file modules/org.openbravo.mobile.core/src/org/openbravo/mobile/core/MobileCoreApplicationCacheComponent.java we are using "/" in line String relativePath = "web/org.openbravo.mobile.core"; and we should use String relativePath = "web" + File.separatorChar + "org.openbravo.mobile.core"; Also in line "../../" + fileCompletePath.substring(fileCompletePath.indexOf(relativePath)) if we are working in windows, the system is going to return a URL with "\" instead of "/", for this reason we should replace the wrong characters: assets.add("../../" + fileCompletePath.substring(fileCompletePath.indexOf(relativePath)).replace("\\","/")); | ||||
Steps To Reproduce | - | ||||
Proposed Solution | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2013-06-11 17:34 | jecharri | New Issue | |||
2013-06-11 17:34 | jecharri | Assigned To | => jecharri | ||
2013-06-11 17:34 | jecharri | OBNetwork customer | => Yes | ||
2013-06-11 17:34 | jecharri | Resolution time | => 1371160800 | ||
2013-06-11 17:34 | jecharri | Support ticket | => 20303 | ||
2013-06-11 17:38 | hgbot | Checkin | |||
2013-06-11 17:38 | hgbot | Note Added: 0059370 | |||
2013-06-11 17:38 | hgbot | Status | new => resolved | ||
2013-06-11 17:38 | hgbot | Resolution | open => fixed | ||
2013-06-11 17:38 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/fb466d56e16383c92cc035b46d916805fbcd5f34 [^] | ||
2013-06-11 17:38 | jecharri | Assigned To | jecharri => marvintm | ||
2013-06-12 09:03 | marvintm | Review Assigned To | => marvintm | ||
2013-06-12 09:03 | marvintm | Status | resolved => closed | ||
2013-06-12 09:03 | marvintm | Fixed in Version | => RMP24 | ||
2013-06-13 13:44 | hgbot | Checkin | |||
2013-06-13 13:44 | hgbot | Note Added: 0059417 | |||
2013-06-13 13:44 | hgbot | Status | closed => resolved | ||
2013-06-13 13:44 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/fb466d56e16383c92cc035b46d916805fbcd5f34 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/838da2ff036fdb2a4dd1aa6403decc45e1f58668 [^] | ||
2013-06-17 10:23 | hgbot | Checkin | |||
2013-06-17 10:23 | hgbot | Note Added: 0059452 | |||
2013-06-17 10:23 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/838da2ff036fdb2a4dd1aa6403decc45e1f58668 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/9a8e0fe0c8a598c183bf17708f815c87f7dc6c13 [^] | ||
2013-06-17 10:27 | priyam | Note Added: 0059453 | |||
2013-06-17 10:27 | priyam | Status | resolved => closed | ||
2013-06-28 10:14 | hgbot | Checkin | |||
2013-06-28 10:14 | hgbot | Note Added: 0059723 | |||
2013-06-28 10:14 | hgbot | Status | closed => resolved | ||
2013-06-28 10:14 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/9a8e0fe0c8a598c183bf17708f815c87f7dc6c13 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core.multiorder/rev/fb466d56e16383c92cc035b46d916805fbcd5f34 [^] | ||
2013-06-28 10:16 | hgbot | Checkin | |||
2013-06-28 10:16 | hgbot | Note Added: 0059729 | |||
2013-06-28 10:16 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core.multiorder/rev/fb466d56e16383c92cc035b46d916805fbcd5f34 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core.multiorder/rev/838da2ff036fdb2a4dd1aa6403decc45e1f58668 [^] | ||
2013-06-28 10:19 | hgbot | Checkin | |||
2013-06-28 10:19 | hgbot | Note Added: 0059730 | |||
2013-06-28 10:19 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core.multiorder/rev/838da2ff036fdb2a4dd1aa6403decc45e1f58668 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core.multiorder/rev/9a8e0fe0c8a598c183bf17708f815c87f7dc6c13 [^] | ||
2013-07-23 17:51 | guilleaer | Note Added: 0060188 | |||
2013-07-23 17:52 | guilleaer | Status | resolved => closed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|