diff --git a/ui/src/views/AutogenView.vue b/ui/src/views/AutogenView.vue index bda425fe8e9..ff75a6d2697 100644 --- a/ui/src/views/AutogenView.vue +++ b/ui/src/views/AutogenView.vue @@ -1066,10 +1066,10 @@ export default { this.showAction = true const listIconForFillValues = ['copy-outlined', 'CopyOutlined', 'edit-outlined', 'EditOutlined', 'share-alt-outlined', 'ShareAltOutlined'] for (const param of this.currentAction.paramFields) { - this.setRules(param) if (param.type === 'list' && ['tags', 'hosttags', 'storagetags', 'files'].includes(param.name)) { param.type = 'string' } + this.setRules(param) if (param.type === 'uuid' || param.type === 'list' || param.name === 'account' || (this.currentAction.mapping && param.name in this.currentAction.mapping)) { this.listUuidOpts(param) }