mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
FIX for JIRAS: https://wso2.org/jira/browse/EMM-1633
This commit is contained in:
parent
225268bd78
commit
8232bf7484
@ -121,7 +121,7 @@ $.fn.datatables_extended_serverside_paging = function (settings , url, dataFilte
|
|||||||
$("#operation-bar").removeClass("hidden");
|
$("#operation-bar").removeClass("hidden");
|
||||||
//noinspection JSUnresolvedFunction
|
//noinspection JSUnresolvedFunction
|
||||||
if (deviceType && ownership) {
|
if (deviceType && ownership) {
|
||||||
loadOperationBar(deviceType, ownership);
|
loadOperationBar(deviceType, ownership, operationBarModeConstants.BULK);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -136,7 +136,7 @@ $.fn.datatables_extended_serverside_paging = function (settings , url, dataFilte
|
|||||||
$("#operation-bar").removeClass("hidden");
|
$("#operation-bar").removeClass("hidden");
|
||||||
//noinspection JSUnresolvedFunction
|
//noinspection JSUnresolvedFunction
|
||||||
if (deviceType && ownership) {
|
if (deviceType && ownership) {
|
||||||
loadOperationBar(deviceType, ownership);
|
loadOperationBar(deviceType, ownership, operationBarModeConstants.BULK);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user