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/03/16 06:22:46 UTC

[dolphinscheduler] branch dev updated (e17c2bb -> 276a68a)

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

songjian pushed a change to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git.


    from e17c2bb  [Fix][UI Next][V1.0.0-Alpha] Fix the instructions links error in task editor modal. (#8924)
     add 276a68a  [Bug][UI Next][V1.0.0-Alpha] Fix workflow instance save is not responding bug (#8926)

No new revisions were added by this update.

Summary of changes:
 .../src/locales/modules/en_US.ts                   |  1 +
 .../src/locales/modules/zh_CN.ts                   |  1 +
 .../src/service/modules/process-instances/index.ts |  5 +-
 .../src/service/modules/process-instances/types.ts |  4 +-
 .../projects/task/components/node/detail-modal.tsx |  7 ++-
 .../workflow/components/dag/dag-save-modal.tsx     | 22 ++++++--
 .../workflow/components/dag/dag-toolbar.tsx        |  5 +-
 .../projects/workflow/components/dag/index.tsx     |  5 +-
 .../projects/workflow/components/dag/types.ts      | 14 +++++
 .../projects/workflow/instance/detail/index.tsx    | 61 ++++++++++++++++++++--
 10 files changed, 104 insertions(+), 21 deletions(-)