Openbravo Issue Tracking System - Retail Modules
View Issue Details
0038251Retail ModulesWeb POSpublic2018-03-28 17:122018-04-26 15:42
shuehner 
jorge-garcia 
normalminorhave not tried
closedfixed 
5
 
RR18Q3 
marvintm
No
0038251: mobile.jsp still has reference to deleted images
Issue 37654 deleted the ioswebappstartup.png and also earlier a mobilewebappstartup.png files

however mobile.jsp in mobile.core module still has a 'dynamically generated link to those file' which will fail when used (probably only on Safari Mac/ios)

<link rel="apple-touch-startup-image" href="../org.openbravo.mobile.core/assets/img/<%=(isIOS ? "ios" : "mobile")%>webappstartup.png"/>
We should see 404 error on loading login page when using a browser from ios.
Delete the link also.
No tags attached.
related to defect 0038252 new Retail Review of mobile.core mobile.jsp file is still useful and necessary 
depends on backport 0038267RR18Q2 closed jorge-garcia mobile.jsp still has reference to deleted images 
caused by defect 0037654 closed jorge-garcia Performance improvements in "login including update" 
Issue History
2018-03-28 17:12shuehnerNew Issue
2018-03-28 17:12shuehnerAssigned To => Retail
2018-03-28 17:12shuehnerTriggers an Emergency Pack => No
2018-03-28 17:12shuehnerRelationship addedrelated to 0037654
2018-03-28 17:13shuehnerRelationship replacedcaused by 0037654
2018-03-28 17:15shuehnerRelationship addedrelated to 0038252
2018-04-03 11:14SandrahuguetNote Added: 0103639
2018-04-04 11:12jorge-garciaStatusnew => scheduled
2018-04-04 11:12jorge-garciaAssigned ToRetail => jorge-garcia
2018-04-09 09:27hgbotCheckin
2018-04-09 09:27hgbotNote Added: 0103746
2018-04-09 09:27hgbotStatusscheduled => resolved
2018-04-09 09:27hgbotResolutionopen => fixed
2018-04-09 09:27hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/0f5aa59fce9f56d2afc39f508bab1921bf3d2023 [^]
2018-04-26 15:42marvintmReview Assigned To => marvintm
2018-04-26 15:42marvintmStatusresolved => closed
2018-04-26 15:42marvintmFixed in Version => RR18Q3

Notes
(0103639)
Sandrahuguet   
2018-04-03 11:14   
backport for RR18Q2 should be created
(0103746)
hgbot   
2018-04-09 09:27   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 0f5aa59fce9f56d2afc39f508bab1921bf3d2023
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Wed Apr 04 11:16:24 2018 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/0f5aa59fce9f56d2afc39f508bab1921bf3d2023 [^]

Fixed issue 38251: mobile.jsp still has reference to deleted images

The link for mobilewebappstartup.png has been removed from mobile.jsp,
but there was no 404 error shown on login.

---
M web/org.openbravo.mobile.core/assets/include/mobile.jsp
---