mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Added address2 to column selector for locations listing
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
96644ab6b9
commit
8333c80b7a
|
@ -90,6 +90,14 @@ class LocationPresenter extends Presenter
|
||||||
'title' => trans('admin/locations/table.address'),
|
'title' => trans('admin/locations/table.address'),
|
||||||
'visible' => true,
|
'visible' => true,
|
||||||
],
|
],
|
||||||
|
[
|
||||||
|
'field' => 'address2',
|
||||||
|
'searchable' => true,
|
||||||
|
'sortable' => true,
|
||||||
|
'switchable' => true,
|
||||||
|
'title' => trans('admin/locations/table.address'),
|
||||||
|
'visible' => false,
|
||||||
|
],
|
||||||
[
|
[
|
||||||
'field' => 'city',
|
'field' => 'city',
|
||||||
'searchable' => true,
|
'searchable' => true,
|
||||||
|
|
Loading…
Reference in a new issue