Skip to content

688 ftp update#214

Merged
hornmo merged 19 commits intodevelopfrom
688-ftp-update
Feb 24, 2026
Merged

688 ftp update#214
hornmo merged 19 commits intodevelopfrom
688-ftp-update

Conversation

@christophkohl1
Copy link
Copy Markdown
Collaborator

No description provided.

Comment thread src/locales/de.json Outdated
}
},
"transferMethod": {
"label": "Transfer Methode",
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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

@hornmo hornmo merged commit 3753a19 into develop Feb 24, 2026
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