From 533f293fa832c9f7343c952da08c819454b5eb1e Mon Sep 17 00:00:00 2001 From: Phil Renaud Date: Thu, 5 Oct 2023 12:47:18 -0400 Subject: [PATCH] Wrap the passed path prop as a handlebars tag (#18598) --- .changelog/18598.txt | 3 +++ ui/app/components/editable-variable-link.hbs | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .changelog/18598.txt diff --git a/.changelog/18598.txt b/.changelog/18598.txt new file mode 100644 index 00000000000..33fb7f42df3 --- /dev/null +++ b/.changelog/18598.txt @@ -0,0 +1,3 @@ +```release-note:bug +ui: fix the job auto-linked variable path name when user lacks variable write permissions +``` diff --git a/ui/app/components/editable-variable-link.hbs b/ui/app/components/editable-variable-link.hbs index 20e9ea3d5ed..2891212a437 100644 --- a/ui/app/components/editable-variable-link.hbs +++ b/ui/app/components/editable-variable-link.hbs @@ -13,5 +13,5 @@ {{/if}} {{/with}} {{else}} - @path + {{@path}} {{/if}}