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 f1c54fc commit 6975675Copy full SHA for 6975675
src/app/Http/Controllers/Operations/UpdateOperation.php
@@ -73,9 +73,9 @@ public function edit($id)
73
74
// get the info for that entry
75
$this->data['entry'] = $this->crud->getEntryWithLocale($id);
76
-
+
77
$this->crud->setOperationSetting('fields', $this->crud->getUpdateFields());
78
79
$this->data['crud'] = $this->crud;
80
$this->data['saveAction'] = $this->crud->getSaveAction();
81
$this->data['title'] = $this->crud->getTitle() ?? trans('backpack::crud.edit').' '.$this->crud->entity_name;
0 commit comments