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] Bugfix: Wrap the passed path prop as a handlebars tag #18598

Merged
merged 1 commit into from
Oct 5, 2023

Conversation

philrenaud
Copy link
Contributor

On the new /job/:jobid/variables page, we list variables that can be automatically read by the job in question.

In the event that the user does not have write variable access, we want to provide the name of the path, not as a link, so it can at least be known to them.

Without the wrapping {{}} brackets, this would always output the string "@path", instead of the desired passed path string.

@philrenaud philrenaud added the backport/1.6.x backport to 1.6.x release line label Sep 27, 2023
@philrenaud philrenaud requested a review from lgfa29 September 27, 2023 19:16
@philrenaud philrenaud self-assigned this Sep 27, 2023
@github-actions
Copy link

github-actions bot commented Sep 27, 2023

Ember Test Audit comparison

main d50f0fb change
passes 1532 1532 0
failures 1 1 0
flaky 0 0 0
duration 000ms 000ms -000ms

@philrenaud philrenaud merged commit 533f293 into main Oct 5, 2023
11 checks passed
@philrenaud philrenaud deleted the f-ui/bugfix-no-variable-write-job-variables-link branch October 5, 2023 16:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport/1.6.x backport to 1.6.x release line
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants