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

FIX-2489 Query View - Implement "Open in table view" #2510

Merged

Conversation

eliasbruvik
Copy link
Contributor

@eliasbruvik eliasbruvik commented Aug 1, 2024

Fixes

This pull request fixes #2489

Description

Added an icon in the query view result that will navigate to the corresponding item in table view when clicked.

image

The icon next to <log uidWell ...> will navigate to the log with the corresponding uids.

The icons next to <logCurveInfo ...> will navigate to the curve values view for the corresponding log with the mnemonic, start and end indexes from the logCurveInfo result.

Type of change

  • Bugfix
  • New feature (non-breaking change which adds functionality)
  • Enhancement of existing functionality
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Impacted Areas in Application

  • Frontend
  • API
  • WITSML
  • Desktop
  • Other (please describe)

Checklist:

Communication

  • I have made corresponding changes to the documentation
  • PR affects application security

Code quality

  • I have self-reviewed my code
  • No new warnings are generated

Test coverage

  • New code is covered by passing tests

Further comments

Copy link
Collaborator

@robertbasti robertbasti left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tested and seems ok

@eliasbruvik eliasbruvik merged commit 20a6b2d into equinor:main Aug 5, 2024
4 checks passed
@eliasbruvik eliasbruvik deleted the FIX-2489-queryResultNavigation branch August 5, 2024 08:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

💡Feature to swap between query-result to table view
2 participants