From 4d14243f577b8b3b803736b9eba4d5372df08ad2 Mon Sep 17 00:00:00 2001 From: Ivan Nieto Vivanco Date: Mon, 26 Sep 2022 18:51:13 -0500 Subject: [PATCH 1/3] Delete duplicate fields from the importer dropdown menu --- resources/assets/js/components/importer/importer-file.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/resources/assets/js/components/importer/importer-file.vue b/resources/assets/js/components/importer/importer-file.vue index a891b96fdb..58e55496b2 100644 --- a/resources/assets/js/components/importer/importer-file.vue +++ b/resources/assets/js/components/importer/importer-file.vue @@ -150,8 +150,6 @@ assets: [ {id: 'asset_tag', text: 'Asset Tag' }, {id: 'asset_model', text: 'Model Name' }, - {id: 'asset_notes', text: 'Asset Notes' }, - {id: 'model_notes', text: 'Model Notes' }, {id: 'checkout_class', text: 'Checkout Type' }, {id: 'checkout_location', text: 'Checkout Location' }, {id: 'image', text: 'Image Filename' }, @@ -196,7 +194,6 @@ {id: 'address', text: 'Address' }, {id: 'city', text: 'City' }, {id: 'state', text: 'State' }, - {id: 'zip', text: 'ZIP' }, {id: 'country', text: 'Country' }, {id: 'zip', text: 'ZIP' }, From e034f7b674af575da9b0016e9e73e709bd8beff5 Mon Sep 17 00:00:00 2001 From: Ivan Nieto Vivanco Date: Mon, 26 Sep 2022 18:56:24 -0500 Subject: [PATCH 2/3] Delete another duplicate that somehow has survived --- resources/assets/js/components/importer/importer-file.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/assets/js/components/importer/importer-file.vue b/resources/assets/js/components/importer/importer-file.vue index 58e55496b2..5df9b1a9d6 100644 --- a/resources/assets/js/components/importer/importer-file.vue +++ b/resources/assets/js/components/importer/importer-file.vue @@ -189,7 +189,6 @@ {id: 'manager_first_name', text: 'Manager First Name' }, {id: 'notes', text: 'Notes' }, {id: 'manager_last_name', text: 'Manager Last Name' }, - {id: 'notes', text: 'Notes' }, {id: 'activated', text: 'Activated' }, {id: 'address', text: 'Address' }, {id: 'city', text: 'City' }, From 06ba9356ca7f1e47176afbabaecf6efae9ad902c Mon Sep 17 00:00:00 2001 From: Ivan Nieto Vivanco Date: Mon, 26 Sep 2022 18:57:35 -0500 Subject: [PATCH 3/3] Delete another set of duplicates --- resources/assets/js/components/importer/importer-file.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/assets/js/components/importer/importer-file.vue b/resources/assets/js/components/importer/importer-file.vue index 5df9b1a9d6..f9455cf1ce 100644 --- a/resources/assets/js/components/importer/importer-file.vue +++ b/resources/assets/js/components/importer/importer-file.vue @@ -172,7 +172,6 @@ {id: 'asset_tag', text: 'Assigned To Asset'}, {id: 'expiration_date', text: 'Expiration Date' }, {id: 'full_name', text: 'Full Name' }, - {id: 'notes', text: 'Notes' }, {id: 'license_email', text: 'Licensed To Email' }, {id: 'license_name', text: 'Licensed To Name' }, {id: 'notes', text: 'Notes' },