You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by su...@apache.org on 2022/07/15 11:32:05 UTC

[cloudstack] branch 4.17 updated: Fix can't select schedule interval type in configure backup schedule (#6547)

This is an automated email from the ASF dual-hosted git repository.

sureshanaparti pushed a commit to branch 4.17
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/4.17 by this push:
     new c09ee40984 Fix can't select schedule interval type in configure backup schedule (#6547)
c09ee40984 is described below

commit c09ee40984b1ea64591bf06a07f972000db16a8a
Author: Hoang Nguyen <ho...@unitech.vn>
AuthorDate: Fri Jul 15 18:31:58 2022 +0700

    Fix can't select schedule interval type in configure backup schedule (#6547)
---
 ui/src/views/compute/backup/FormSchedule.vue | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/ui/src/views/compute/backup/FormSchedule.vue b/ui/src/views/compute/backup/FormSchedule.vue
index eb059efa77..d151262309 100644
--- a/ui/src/views/compute/backup/FormSchedule.vue
+++ b/ui/src/views/compute/backup/FormSchedule.vue
@@ -226,9 +226,6 @@ export default {
       }
     },
     handleChangeIntervalType (e) {
-      this.form.intervaltype = e.target.value
-      this.resetForm()
-
       switch (this.form.intervaltype) {
         case 'weekly':
           this.fetchDayOfWeek()