Offline Access to Apps in Neptune 5.5.6

When we installed Neptune Planet 8 version 5.5.6 we found that we couldn't access our BlueWorx app when we were offline.  This was due to a error in Planet 8 version 5.5.6 when handling applications in a namespace.  The main BlueWorx app is /SOLTIUS/PM so is in the SOLTIUS namespace.  Customer extension app of /SOLTIUS/PM are not affected as they are not in the namespace.


The fix should be made in the index.html file of your mobile build, replacing:


// Get App from DB/LS if exist in repository
var viewName = AppCache.Client + '_' + AppCache.CurrentLanguage + '_' + applid;


with


// Get App from DB/LS if exist in repository
var viewName = AppCache.Client + '_' + AppCache.CurrentLanguage + '_' + value;


as shown below. 



Rebuilt the mobile app and Neptune applications within a namespace will be stored and retrieved correctly for offline use.


Neptune will include this fix in later releases.


cheers,

Steve.

Login or Signup to post a comment

Site Data and Privacy Policy