This is an automated email from the ASF dual-hosted git repository.
songjian pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
The following commit(s) were added to refs/heads/dev by this push:
new d2f8d96 [Fix-8412] [UI] Fix workflow definition timing edit bug.
d2f8d96 is described below
commit d2f8d96fa05f55e884d2c0d40f9fd3f64016d9dd
Author: Devosend <[email protected]>
AuthorDate: Thu Feb 17 19:44:47 2022 +0800
[Fix-8412] [UI] Fix workflow definition timing edit bug.
---
.../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
}