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/08 06:55:55 UTC

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

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 2db4cd4f14 [Bug][UI Next]Modify the display state logic of save buttons under workflow definition (#9403)
2db4cd4f14 is described below

commit 2db4cd4f14754cafdd35fe41e282b4e443699a71
Author: labbomb <73...@qq.com>
AuthorDate: Fri Apr 8 14:55:49 2022 +0800

    [Bug][UI Next]Modify the display state logic of save buttons under workflow definition (#9403)
    
    * Modifying site Configurations
    
    * Modify the display state logic of save buttons under workflow definition
---
 .../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)
             }}