Openbravo Issue Tracking System - Retail Modules
View Issue Details
0038267Retail ModulesWeb POSpublic2018-03-28 17:122018-05-07 19:40
shuehner 
jorge-garcia 
normalminorhave not tried
closedfixed 
5
 
RR18Q2RR18Q2 
marvintm
No
0038267: 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.
blocks defect 0038251 closed jorge-garcia mobile.jsp still has reference to deleted images 
Issue History
2018-04-04 11:12jorge-garciaTypedefect => backport
2018-04-04 11:12jorge-garciaTarget Version => RR18Q2
2018-05-03 10:19marvintmTarget VersionRR18Q2 => RR18Q2.1
2018-05-03 10:22marvintmTarget VersionRR18Q2.1 => RR18Q2
2018-05-03 10:25jorge-garciaAssigned ToRetail => jorge-garcia
2018-05-03 10:26hgbotCheckin
2018-05-03 10:26hgbotNote Added: 0104226
2018-05-03 10:26hgbotStatusscheduled => resolved
2018-05-03 10:26hgbotResolutionopen => fixed
2018-05-03 10:26hgbotFixed in SCM revision => http://code.openbravo.com/retail/backports/3.0RR18Q2/org.openbravo.mobile.core/rev/3770f9c11a8cf5ac71ce63b33102406b442765da [^]
2018-05-07 19:40marvintmReview Assigned To => marvintm
2018-05-07 19:40marvintmStatusresolved => closed
2018-05-07 19:40marvintmFixed in Version => RR18Q2

Notes
(0104226)
hgbot   
2018-05-03 10:26   
Repository: retail/backports/3.0RR18Q2/org.openbravo.mobile.core
Changeset: 3770f9c11a8cf5ac71ce63b33102406b442765da
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Thu May 03 10:25:50 2018 +0200
URL: http://code.openbravo.com/retail/backports/3.0RR18Q2/org.openbravo.mobile.core/rev/3770f9c11a8cf5ac71ce63b33102406b442765da [^]

Fixed issue 38267: 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
---