Openbravo Issue Tracking System - Retail Modules
View Issue Details
0027936Retail ModulesWeb POSpublic2014-10-21 16:412014-11-14 09:39
Orekaria 
Orekaria 
normalminoralways
closedfixed 
5
 
RR14Q4 
marvintm
Production - QA Approved
2014-09-24
No
0027936: The javascript generated file is missing the application name
The javascript generated file is missing the application name
Open the Webpos
Verify that the javascript generated file has the MobileCore suffix when it should have the WebPOS suffix
No tags attached.
caused by defect 0027555RR14Q4 closed mtaal Retail Modules With slow system generated js file is not there when already requested, wrong filename 
has duplicate defect 0028174 closed marvintm Retail Modules Since RRQ2.5 it is impossible to login in modules depending on "org.openbravo.mobile.warehouse" and Web POS 
has duplicate defect 0027960 closed marvintm Retail Modules The generated js file containint static resouces has been built with the js of the erp instead of the js for WebPOs 
related to feature request 0028159 new AugustoMauch Openbravo ERP Stabilization: smartbuild could delete the contents of the WebContent/js/gen directory 
patch Q4_core_27936_jsSuffix.patch (4,530) 2014-10-21 16:43
https://issues.openbravo.com/file_download.php?file_id=7403&type=bug
Issue History
2014-10-21 16:41OrekariaNew Issue
2014-10-21 16:41OrekariaAssigned To => Orekaria
2014-10-21 16:41OrekariaTriggers an Emergency Pack => No
2014-10-21 16:43OrekariaFile Added: Q4_core_27936_jsSuffix.patch
2014-10-21 16:43OrekariaReview Assigned To => marvintm
2014-10-21 16:43OrekariaStatusnew => scheduled
2014-10-21 16:43Orekariafix_in_branch => pi
2014-10-21 16:44OrekariaStatusscheduled => resolved
2014-10-21 16:44OrekariaFixed in Version => RR14Q4
2014-10-21 16:44OrekariaResolutionopen => fixed
2014-10-31 13:18hgbotCheckin
2014-10-31 13:18hgbotNote Added: 0071306
2014-10-31 13:18hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/d9b901a96427baac66a43ec27e31fff233fc9614 [^]
2014-11-04 14:39marvintmStatusresolved => closed
2014-11-07 10:52OrekariaRelationship addedcaused by 0027555
2014-11-07 10:57hgbotCheckin
2014-11-07 10:57hgbotNote Added: 0071488
2014-11-07 12:02mtaalRegression level => Production - QA Approved
2014-11-07 12:04mtaalRegression date => 2014-09-24
2014-11-12 15:22hgbotCheckin
2014-11-12 15:22hgbotNote Added: 0071609
2014-11-12 15:22hgbotStatusclosed => resolved
2014-11-12 15:22hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/d9b901a96427baac66a43ec27e31fff233fc9614 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/6b0cf5cfc044c906e250daeaba162e1e99669d3c [^]
2014-11-12 15:58OrekariaRelationship addeddepends on 0028159
2014-11-12 15:58OrekariaRelationship replacedrelated to 0028159
2014-11-13 19:30hgbotCheckin
2014-11-13 19:30hgbotNote Added: 0071642
2014-11-13 19:30hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/6b0cf5cfc044c906e250daeaba162e1e99669d3c [^] => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/c02ee1624dce6dd13411131bf99e246e3ca48e3e [^]
2014-11-14 08:52OrekariaRelationship addedhas duplicate 0028174
2014-11-14 09:39marvintmStatusresolved => closed
2014-11-24 12:42OrekariaRelationship addedrelated to 0027960
2014-11-24 12:48mtaalRelationship replacedhas duplicate 0027960

Notes
(0071306)
hgbot   
2014-10-31 13:18   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: d9b901a96427baac66a43ec27e31fff233fc9614
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Tue Oct 21 16:42:13 2014 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/d9b901a96427baac66a43ec27e31fff233fc9614 [^]

Fixes issue 27936: The suffix of the generated javascript file is the application name

---
M src/org/openbravo/mobile/core/MobileStaticResourceComponent.java
---
(0071488)
hgbot   
2014-11-07 10:57   
Repository: tools/automation/pi-mobile
Changeset: 91d98cea762ae7b60fbe6e7f4051307ce41e379a
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Fri Nov 07 10:56:56 2014 +0100
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/91d98cea762ae7b60fbe6e7f4051307ce41e379a [^]

Related to issue 27936: Added test to verify that the correct javascript generated suffix is appended

---
M src-test/org/openbravo/retail/standard/automation/suites/RetailIssuesSuite.java
A src-test/org/openbravo/retail/standard/automation/level10/uuid/issues/I27936_SuffixOfGeneratedJavascript.java
---
(0071609)
hgbot   
2014-11-12 15:22   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 6b0cf5cfc044c906e250daeaba162e1e99669d3c
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Wed Nov 12 15:22:19 2014 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/6b0cf5cfc044c906e250daeaba162e1e99669d3c [^]

Fixes issue 27936: Support for several mobile applications running in the same server
- the file was not generated when a second application asked for the file
- still, for the client applications to work in the same client, a cache clean is required (this will be addressed by another project)

---
M src/org/openbravo/mobile/core/MobileStaticResourceComponent.java
---
(0071642)
hgbot   
2014-11-13 19:30   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: c02ee1624dce6dd13411131bf99e246e3ca48e3e
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Thu Nov 13 19:27:05 2014 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/c02ee1624dce6dd13411131bf99e246e3ca48e3e [^]

Fixes issue 27936: Prevent the browser to cache '../../org.openbravo.mobile.core/OBMOBC_Main/StaticResources?_appName=xxxx'

---
M src/org/openbravo/mobile/core/MobileStaticResourceComponent.java
---