]> _ Git - odl.git/commitdiff
wip #5053 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 25 Jan 2022 12:54:44 +0000 (13:54 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 25 Jan 2022 12:54:44 +0000 (13:54 +0100)
app/Models/Asset.php

index 12ac7a0b0db8432634ba21d9c27bbbe085f5441f..118fd94ab09b0df8dda2fb68755149cbef47dcbc 100644 (file)
@@ -25,6 +25,8 @@ class Asset extends CubistMagicAbstractModel
 
     protected $_operations = [ImportAssetsOperation::class];
 
+    protected $_enableClone=false;
+
     /**
      * @throws \Exception
      */