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/04/09 09:48:51 UTC

[dolphinscheduler] branch 3.0.0-alpha-prepare updated: [Bug][UI Next]Modify the display state logic of save buttons under workflow definition (#9403) (#9411)

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

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


The following commit(s) were added to refs/heads/3.0.0-alpha-prepare by this push:
     new ff6a3bd6dd [Bug][UI Next]Modify the display state logic of save buttons under workflow definition (#9403) (#9411)
ff6a3bd6dd is described below

commit ff6a3bd6ddb961b9bfb08f0c44c2c06f836d1bbb
Author: Jiajie Zhong <zh...@hotmail.com>
AuthorDate: Sat Apr 9 17:48:41 2022 +0800

    [Bug][UI Next]Modify the display state logic of save buttons under workflow definition (#9403) (#9411)
    
    * Modifying site Configurations
    
    * Modify the display state logic of save buttons under workflow definition
    
    Co-authored-by: labbomb <73...@qq.com>
---
 .../src/views/projects/workflow/components/dag/dag-toolbar.tsx           | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/dag-toolbar.tsx b/dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/dag-toolbar.tsx
index 0af7313521..72dd510a14 100644
--- a/dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/dag-toolbar.tsx
+++ b/dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/dag-toolbar.tsx
@@ -481,6 +481,7 @@ export default defineComponent({
             type='info'
             secondary
             round
+            disabled={props.definition?.processDefinition?.releaseState === 'ONLINE'}
             onClick={() => {
               context.emit('saveModelToggle', true)
             }}