File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ private function getParentCrudEntry()
9090 public function render ()
9191 {
9292 // Store the current form ID in the service container for form-aware old() helper
93- app ()->instance ('backpack.current_form_modal_id ' , $ this ->formId );
93+ app ()->instance ('backpack.current_form_id ' , $ this ->formId );
9494
9595 return view ('crud::components.dataform.form ' , [
9696 'crud ' => $ this ->crud ,
Original file line number Diff line number Diff line change 11<input type =" hidden" name =" _http_referrer" value =" {{ session (' referrer_url_override' ) ?? old (' _http_referrer' ) ?? \URL:: previous () ?? url ($crud -> route ) } }" >
2- <input type =" hidden" name =" _form_id" value =" {{ $id ?? ' crudForm' } }" >
2+ <input type =" hidden" name =" _form_id" value =" {{ $formId ?? ' crudForm' } }" >
33
44{{-- See if we're using tabs --}}
55@if ($crud -> tabsEnabled () && count ($crud -> getTabs ()) )
You can’t perform that action at this time.
0 commit comments