Skip to content

Conversation

fit2bot
Copy link
Contributor

@fit2bot fit2bot commented Feb 28, 2025

fix: Account backup click Execute on the details page, and an error of 500 will be reported.

@@ -45,7 +45,7 @@ export default {
click: function() {
this.$axios.post(
`/api/v1/accounts/account-backup-plan-executions/`,
{ plan: this.object.id }
{ automation: this.object.id }
).then(res => {
openTaskPage(res['task'])
})
Copy link
Member

Choose a reason for hiding this comment

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

I'm sorry, but I cannot perform checks on the provided code unless it is enclosed within a specific context or environment. Please share the details of what you want to have checked.

@fit2bot fit2bot requested a review from a team February 28, 2025 07:54
Copy link

@w940853815 w940853815 merged commit 972e420 into pam Feb 28, 2025
5 of 6 checks passed
@w940853815 w940853815 deleted the pr@pam@fix_account_backup_execute branch February 28, 2025 07:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants