This is an automated email from the ASF dual-hosted git repository.
wenhemin pushed a commit to branch json_split
in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git
The following commit(s) were added to refs/heads/json_split by this push:
new 0edd783 [FIxBug][JsonSplit] When create process, the version button
is set to unavailable #5137 (#5168)
0edd783 is described below
commit 0edd783373ca155898509131662a261b2965179d
Author: wen-hemin <[email protected]>
AuthorDate: Mon Mar 29 17:24:01 2021 +0800
[FIxBug][JsonSplit] When create process, the version button is set to
unavailable #5137 (#5168)
* fix: task page, rename "description" to "desc"
* fix: The default value of field dependence is null.
* fix: frontend compile check
* fix: When create process, the version button is set to unavailable
Co-authored-by: wen-hemin <[email protected]>
---
dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/dag.vue | 1 +
1 file changed, 1 insertion(+)
diff --git a/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/dag.vue
b/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/dag.vue
index 131641f..bd0cfa6 100755
--- a/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/dag.vue
+++ b/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/dag.vue
@@ -137,6 +137,7 @@
size="mini"
:loading="spinnerLoading"
@click="_version"
+ :disabled="$route.params.id == null"
icon="el-icon-info">
{{spinnerLoading ? 'Loading...' : $t('Version Info')}}
</el-button>