select new feature fixed.

This commit is contained in:
Cüneyt Şentürk
2020-03-09 11:57:06 +03:00
parent fa266cb3f2
commit 27b12da354
22 changed files with 36 additions and 27 deletions

View File

@ -28,7 +28,10 @@
'text' => trans('general.add_new'),
'path' => isset($attributes['path']) ? $attributes['path']: false,
'type' => isset($attributes['type']) ? $attributes['type'] : 'modal',
'field' => isset($attributes['field']) ? $attributes['field'] : 'name',
'field' => [
'key' => isset($attributes['field']['key']) ? $attributes['field']['key'] : 'id',
'value' => isset($attributes['field']['value']) ? $attributes['field']['value'] : 'name'
],
'new_text' => trans('modules.new'),
'buttons' => [
'cancel' => [