Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG][UI] Back button on Execution Details page does not always go to the right place. #662

Closed
1 of 13 tasks
schottra opened this issue Jan 11, 2021 · 1 comment · Fixed by flyteorg/flyteconsole#190
Closed
1 of 13 tasks
Assignees
Labels
bug Something isn't working ui Admin console user interface untriaged This issues has not yet been looked at by the Maintainers

Comments

@schottra
Copy link
Contributor

Describe the bug
The back button on the Execution Details page is meant to go back to the parent or previous view. When navigating to the Execution Details page via the project-level Executions list, the back button will go to the wrong view.

Expected behavior
When coming from the Executions list, the back button should return to the Executions list.

Flyte component

  • Overall
  • Flyte Setup and Installation scripts
  • Flyte Documentation
  • Flyte communication (slack/email etc)
  • FlytePropeller
  • FlyteIDL (Flyte specification language)
  • Flytekit (Python SDK)
  • FlyteAdmin (Control Plane service)
  • FlytePlugins
  • DataCatalog
  • FlyteStdlib (common libraries)
  • FlyteConsole (UI)
  • Other

To Reproduce
Steps to reproduce the behavior:

  1. From the project details page, select the Executions section on the left side.
  2. Click on any of the links in the executions table to navigate to the Execution Details page for that execution.
  3. Hit the back button in the upper left of the Flyte UI.

Screenshots
broken-back-arrow

@schottra schottra added bug Something isn't working untriaged This issues has not yet been looked at by the Maintainers ui Admin console user interface labels Jan 11, 2021
@Pianist038801 Pianist038801 self-assigned this Aug 25, 2021
@Pianist038801
Copy link

Just created a PR to fix this.

Screenshots:
fixed

eapolinario pushed a commit to eapolinario/flyte that referenced this issue Dec 20, 2022
…yteorg#662)

Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.7.0 to 2.8.0.
- [Release notes](https://github.com/tensorflow/tensorflow/releases)
- [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md)
- [Commits](tensorflow/tensorflow@v2.7.0...v2.8.0)

---
updated-dependencies:
- dependency-name: tensorflow
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ui Admin console user interface untriaged This issues has not yet been looked at by the Maintainers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants