mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-02 08:21:09 -08:00
Re-add VIP and BYOD to importer, but in Livewire
This commit is contained in:
parent
09c1298e03
commit
942bedaf06
|
@ -61,6 +61,7 @@ class ImporterFile extends Component
|
||||||
static $assets = [
|
static $assets = [
|
||||||
'asset_tag' => 'Asset Tag',
|
'asset_tag' => 'Asset Tag',
|
||||||
'asset_model' => 'Model Name',
|
'asset_model' => 'Model Name',
|
||||||
|
'byod' => 'BYOD',
|
||||||
'checkout_class' => 'Checkout Type',
|
'checkout_class' => 'Checkout Type',
|
||||||
'checkout_location' => 'Checkout Location',
|
'checkout_location' => 'Checkout Location',
|
||||||
'image' => 'Image Filename',
|
'image' => 'Image Filename',
|
||||||
|
@ -100,6 +101,7 @@ class ImporterFile extends Component
|
||||||
'city' => 'City',
|
'city' => 'City',
|
||||||
'state' => 'State',
|
'state' => 'State',
|
||||||
'country' => 'Country',
|
'country' => 'Country',
|
||||||
|
'vip' => 'VIP'
|
||||||
];
|
];
|
||||||
|
|
||||||
//array of "real fieldnames" to a list of aliases for that field
|
//array of "real fieldnames" to a list of aliases for that field
|
||||||
|
|
Loading…
Reference in a new issue