Merge branch 'temp8-4476-selection-colors-for-users' of https://github.com/umbraco/Umbraco-CMS into temp8-4476-selection-colors-for-users

This commit is contained in:
Niels Lyngsø
2019-02-12 11:58:19 +01:00

View File

@@ -622,14 +622,14 @@
return;
}
console.log("CHECK")
// if the current user is selected prevent any bulk actions with the user included
if (user.isCurrentUser) {
vm.allowDisableUser = false;
vm.allowEnableUser = false;
vm.allowUnlockUser = false;
vm.allowSetUserGroup = false;
console.log("IS CURRENT!")
return false;
}