You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uploaded a hotfix for the main screen in appdev. However, still need to check Box status (which will fail) for other screen like Box installation, etc.
ha.dispInsAppListSchema = function (schema, boxName, id) {
var msgCnt = '';
personium.getNotCompMessageCnt(cm.getMyCellUrl(), cm.getAccessToken()).done(function (data) {
if (data.d.__count > 0) {
var count = 0;
for (i in data.d.results) {
var res = data.d.results[i];
if (boxName == res["_Box.Name"]) {
count++;
}
}
if (count > 0) {
msgCnt = count;
}
}
}).fail(function (data) {
console.log("fail");
}).always(function (data) {
ha.createLaunchLink(schema, boxName, msgCnt, id);
});
};
How to reproduce error
Perform the following ONLY if you are Unit Admin.
The text was updated successfully, but these errors were encountered: