mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Merge pull request #1205 from lasanthaDLPDS/master
Fix operation log and device view displaying issue
This commit is contained in:
commit
a82f99efeb
@ -146,8 +146,6 @@ function loadOperationsLog(update) {
|
|||||||
tr.removeClass('shown');
|
tr.removeClass('shown');
|
||||||
} else {
|
} else {
|
||||||
invokerUtil.get(uri, function (payload) {
|
invokerUtil.get(uri, function (payload) {
|
||||||
|
|
||||||
} {
|
|
||||||
//update the parent status
|
//update the parent status
|
||||||
var payloadObject = JSON.parse(payload);
|
var payloadObject = JSON.parse(payload);
|
||||||
if ( payloadObject["activityStatus"][0]["status"] != rowData["status"] ) {
|
if ( payloadObject["activityStatus"][0]["status"] != rowData["status"] ) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user