File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
resources/views/admin/partials Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ class="icon icon-1">
5050 <div class =" card-body" >
5151
5252 <x-backpack::dataform
53- id =" quickAddTag"
53+ formId =" quickAddTag"
5454 :controller =" \Backpack\NewsCRUD\app\Http\Controllers\Admin\TagCrudController::class"
5555 formOperation =" create"
5656 :setup =" function($crud, $entry) {
@@ -71,7 +71,7 @@ class="icon icon-1">
7171 <div class =" card-body" >
7272
7373 <x-backpack::dataform
74- id =" quickEditTag"
74+ formId =" quickEditTag"
7575 :controller =" \Backpack\NewsCRUD\app\Http\Controllers\Admin\TagCrudController::class"
7676 formOperation =" update"
7777 :entry =" \Backpack\NewsCRUD\app\Models\Tag::find(1)"
@@ -103,7 +103,7 @@ class="btn btn-primary"
103103 >
104104 <i class =" la la-plus" ></i > <span >Create Invoice</span >
105105 </button >
106- <x-bp-dataform-modal id =" create_invoice" :controller =' \App\Http\Controllers\Admin\PetShop\InvoiceCrudController::class' />
106+ <x-bp-dataform-modal formId =" create_invoice" :controller =' \App\Http\Controllers\Admin\PetShop\InvoiceCrudController::class' />
107107
108108 </div >
109109 </div >
@@ -127,7 +127,7 @@ class="btn btn-primary"
127127 <i class =" la la-plus" ></i > <span >Edit Invoice</span >
128128 </button >
129129 <x-backpack::dataform-modal
130- id =" edit_invoice"
130+ formId =" edit_invoice"
131131 :controller =" \App\Http\Controllers\Admin\PetShop\InvoiceCrudController::class"
132132 formOperation =" update"
133133 :entry =" \App\Models\PetShop\Invoice::find(1)"
You can’t perform that action at this time.
0 commit comments