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

UI: Fix InfoTableRow args so row value renders with copyable tooltip #22519

Merged

Conversation

malinac02
Copy link
Contributor

@malinac02 malinac02 commented Aug 23, 2023

The component <InfoTableRow> is a glimmer component, not a classic component, but some arguments in the handlebars file are still referred to in the classic Ember way. As a result, there is a problem where the "Last Vault Rotation" timestamp for static database roles is not rendering or copyable

This PR fixes this bug.

@malinac02 malinac02 added ui hashicorp-contributed-pr If the PR is HashiCorp (i.e. not-community) contributed labels Aug 23, 2023
@malinac02 malinac02 added this to the 1.15 milestone Aug 23, 2023
@github-actions
Copy link

github-actions bot commented Aug 23, 2023

CI Results:
All Go tests succeeded! ✅

@malinac02 malinac02 marked this pull request as ready for review August 23, 2023 01:29
@github-actions
Copy link

Build Results:
All builds succeeded! ✅

Copy link
Contributor

@kiannaquach kiannaquach left a comment

Choose a reason for hiding this comment

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

lgtm!

Copy link
Contributor

@hellobontempo hellobontempo left a comment

Choose a reason for hiding this comment

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

Just a small change to the change log

changelog/22519.txt Outdated Show resolved Hide resolved
Copy link
Contributor

@hellobontempo hellobontempo left a comment

Choose a reason for hiding this comment

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

🎉

@hellobontempo
Copy link
Contributor

It's helpful that you referenced InfoTableRow in the PR title since we'd likely use that key word to search this PR in the future - but we should probably add something to include the problem this solved.

Something like - Fix InfoTableRow args so row value renders with copyable tooltip

@malinac02 malinac02 changed the title UI: Fix where InfoTableRow uses Ember Classic syntax instead of Ember Octane syntax UI: Fix InfoTableRow args so row value renders with copyable tooltip Aug 23, 2023
@malinac02 malinac02 merged commit eb9e70d into main Aug 23, 2023
@malinac02 malinac02 deleted the ui/VAULT-19295/update-InfoTableRow-with-Ember-Octane-syntax branch August 23, 2023 18:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hashicorp-contributed-pr If the PR is HashiCorp (i.e. not-community) contributed ui
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants