OpenFn / lightning

OpenFn/Lightning ⚡️ is the newest version of the OpenFn DPG and provides a web UI to visually manage complex workflow automation projects.
https://openfn.github.io/lightning/
GNU Lesser General Public License v3.0
115 stars 31 forks source link

Two regressions "snap-to-logs" for Inspector view #2202

Closed taylordowns2000 closed 4 days ago

taylordowns2000 commented 2 weeks ago

Regressions

  1. When clicking "Retry from here" or "Create new workorder" from the inspector, the right-side panel should snap to the logs view.
  2. When clicking "Inspect Step" from the History page, the right side-panel should snap to the logs view.

Both of these did this before version 2.6, but were lost in the TabSelector refactor.

Notes:

  1. Right now it stays on whatever tab you had open before. (So the default is "Run". See first image.)
  2. See second image for what it should look like after you click run, no matter which tab was open before: Run, Log, Input, Output.

Clicking Run

image image

History to Logs

image