You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by so...@apache.org on 2022/02/17 12:42:52 UTC

[dolphinscheduler] branch 2.0.4-prepare updated: [cherry-pick-2.0.4][Fix-8412] [UI] Fix workflow definition timing edit bug. (#8419)

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

songjian pushed a commit to branch 2.0.4-prepare
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/2.0.4-prepare by this push:
     new 7ac3769  [cherry-pick-2.0.4][Fix-8412] [UI] Fix workflow definition timing edit bug. (#8419)
7ac3769 is described below

commit 7ac376923fb4fa59bfbe5e19140d7c453ef6e8d0
Author: Devosend <de...@gmail.com>
AuthorDate: Thu Feb 17 20:42:44 2022 +0800

    [cherry-pick-2.0.4][Fix-8412] [UI] Fix workflow definition timing edit bug. (#8419)
---
 .../home/pages/projects/pages/definition/pages/list/_source/timing.vue   | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dolphinscheduler-ui/src/js/conf/home/pages/projects/pages/definition/pages/list/_source/timing.vue b/dolphinscheduler-ui/src/js/conf/home/pages/projects/pages/definition/pages/list/_source/timing.vue
index a21d85f..068ef58 100644
--- a/dolphinscheduler-ui/src/js/conf/home/pages/projects/pages/definition/pages/list/_source/timing.vue
+++ b/dolphinscheduler-ui/src/js/conf/home/pages/projects/pages/definition/pages/list/_source/timing.vue
@@ -327,6 +327,7 @@
       } else {
         this.workerGroup = this.timingData.item.workerGroup
       }
+      this.environmentCode = this.timingData.item.environmentCode
       if (this.timingData.item.crontab !== null) {
         this.crontab = this.timingData.item.crontab
       }