]> _ Git - odl.git/commitdiff
wip #4765
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 11 Oct 2021 16:09:08 +0000 (18:09 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 11 Oct 2021 16:09:08 +0000 (18:09 +0200)
resources/views/vendor/backpack/crud/inc/form_save_buttons.blade.php

index 285dffe3f56ac4f17fb7f1201cd22c8f5d962f41..df55fc28894104123223ec118571260052d04239 100644 (file)
@@ -35,7 +35,7 @@
                 @if(!empty($saveAction['options']))
             </div>
         @endif
-        @if($crud->entry)
+        @if($crud->entry instanceof   Cubist\Backpack\Magic\Models\CubistMagicAbstractModel)
             @foreach($crud->entry->getEditActions() as $view)
                 @include($view)
             @endforeach