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 6975675 commit 4cfd01aCopy full SHA for 4cfd01a
src/app/Http/Controllers/Operations/CreateOperation.php
@@ -60,7 +60,7 @@ public function create()
60
$this->data['saveAction'] = $this->crud->getSaveAction();
61
$this->data['title'] = $this->crud->getTitle() ?? trans('backpack::crud.add').' '.$this->crud->entity_name;
62
63
- // return the ajax response for modal forms, or the normal view for normal requests
+ // load the view from /resources/views/vendor/backpack/crud/ if it exists, otherwise load the one in the package
64
return view($this->crud->getCreateView(), $this->data);
65
}
66
0 commit comments