]> _ Git - cubedesigners_userdatabase.git/commitdiff
wait #6736 @1
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 16 Feb 2024 10:51:15 +0000 (11:51 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 16 Feb 2024 10:51:15 +0000 (11:51 +0100)
src/app/Models/User.php

index debe6a1d9319f630d7b9ece099393b994afa9bce..1d5d57ebfe801d774391bc092b1fdff75d78f312 100644 (file)
@@ -32,7 +32,7 @@ class User extends CubistMagicAuthenticatable implements HasLocalePreference
     protected $_managedCompanies = null;
 
     protected $_enableBulk = false;
-    protected $_enableDeletion = false;
+    protected $_enableDeletion = true;
     protected $_enableClone = false;
 
     protected static $_companyNames = null;