We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1352a4c commit 5938c35Copy full SHA for 5938c35
src/app/View/Components/DataformModal.php
@@ -69,8 +69,8 @@ public function __construct(
69
protected function cacheSetupClosure(): void
70
{
71
// Create a temporary CRUD instance to apply and cache the setup
72
- \Backpack\CRUD\CrudManager::setActiveController($this->controller);
73
- $tempCrud = \Backpack\CRUD\CrudManager::setupCrudPanel($this->controller, $this->formOperation);
+ \Backpack\CRUD\CrudManager::setActiveController($this->controller);
+ $tempCrud = \Backpack\CRUD\CrudManager::setupCrudPanel($this->controller, $this->formOperation);
74
75
// Apply and cache the setup closure using the HASHED ID
76
\Backpack\CRUD\app\Library\Support\DataformCache::applyAndStoreSetupClosure(
0 commit comments