mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Fixing issues in bulk user invitations
This commit is contained in:
parent
9fde8c0442
commit
632202899a
@ -264,12 +264,12 @@ function loadUsers(searchParam) {
|
||||
};
|
||||
|
||||
return JSON.stringify( json );
|
||||
}
|
||||
};
|
||||
|
||||
var fnCreatedRow = function( nRow, aData, iDataIndex ) {
|
||||
$(nRow).attr('data-type', 'selectable');
|
||||
$(nRow).attr('data-username', aData["username"]);
|
||||
}
|
||||
$(nRow).attr('data-username', aData["filter"]);
|
||||
};
|
||||
|
||||
var columns = [
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user