mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
add select imposicion datatable
This commit is contained in:
@ -93,7 +93,7 @@ class ImposicionEsquemaModel extends Model
|
||||
"id",
|
||||
"name",
|
||||
"svg_schema as description"
|
||||
]);
|
||||
])->where('deleted_at', null);
|
||||
if ($q) {
|
||||
$query->orLike("name", $q);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user