conductor icon indicating copy to clipboard operation
conductor copied to clipboard

UI stop working when selecting one task of a DAG

Open marcocrasso opened this issue 1 year ago • 3 comments

Describe the bug The UI stop working when selecting one task of a DAG with Safari. In the past, one click on a task displayed tasks details pane on the right side of the screen.

Details

  • Conductor UI v3.13.2
  • Safari Version 15.6.1 (15613.3.9.1.16, 15613)

The server is not related to the issue.

To Reproduce Steps to reproduce the behavior:

git fetch
git checkout v3.13.2
cd ui
export WF_SERVER=<<your server with api, e.g. https://localhost:8080/>>
yarn build
yarn start
go to http://localhost:5000/ and pick one executed workflow, then click on one green task. That doesn't work for us. 

Expected behavior When you click a task, the right pane you be there with task details.

Screenshots image

Additional context Add any other context about the problem here.

marcocrasso avatar Nov 01 '22 13:11 marcocrasso

Has anyone had a chance to try and reproduce this issue?

agustincas avatar Dec 02 '22 16:12 agustincas

I added a fix for this issue here https://github.com/Netflix/conductor/pull/3459

ceisen1 avatar Jan 23 '23 15:01 ceisen1

Hi @aravindanr could you please assign a reviewer to this https://github.com/Netflix/conductor/pull/3459 when you have chance? This will be really appreciated. Thanks in advance.

marcocrasso avatar Jan 23 '23 15:01 marcocrasso