# HG changeset patch # User Sascha Wilde # Date 1701690244 -3600 # Node ID daa39433bef169fea5d25e3b54302d5dda7b1405 # Parent a26d2afe0c01741b9cf11f9bf8d008f12ff81b45 Fixed UI for import configuration: kind can not be changed on update Currently WAMOS does not allow for changing the kind of an existing import. However the UI allowed for changing the kind during updating the configuration of an existing import, which didn't work and resulted in unexpected results. Therefor the kind selector is now disabled during update of existing imports. diff -r a26d2afe0c01 -r daa39433bef1 client/src/components/importconfiguration/ImportDetails.vue --- a/client/src/components/importconfiguration/ImportDetails.vue Wed Nov 29 13:22:05 2023 +0100 +++ b/client/src/components/importconfiguration/ImportDetails.vue Mon Dec 04 12:44:04 2023 +0100 @@ -9,6 +9,7 @@ v-model="Import" class="custom-select custom-select-sm" id="importtype" + :disabled="updateImport" >