Skip to content

688 ftp update#214

Open
christophkohl1 wants to merge 17 commits intodevelopfrom
688-ftp-update
Open

688 ftp update#214
christophkohl1 wants to merge 17 commits intodevelopfrom
688-ftp-update

Conversation

@christophkohl1
Copy link
Collaborator

No description provided.

}
},
"transferMethod": {
"label": "Transfer Methode",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Transfer-Methode

<v-row>
<v-col cols="3">
<gokb-state-field
v-model="item.transferMethod"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When HTTP is selected, ftpUrl and webEndpoint are not cleared, and an existing url can be invisibly present for FTP sources. May not be that problematic right now, but it might cause issues in future.

When HTTP is selected, URLs starting with ftp should no longer be valid for url. Needs adjustment to backend validation.

this.isFTPTransfer = true
}

this.$watch(vm => [vm.item.ftpUrl, vm.item.transferMethod, vm.item.webEndpoint],
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why here and not in watch()?

<v-col cols="3">
<gokb-webendpoint-field
v-model="item.webEndpoint"
filterByProtocol="FTP"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Camel case only inside of the component properties, here it should be filter-by-protocol

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants