[
https://issues.apache.org/jira/browse/NIFI-15957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18085273#comment-18085273
]
ASF subversion and git services commented on NIFI-15957:
--------------------------------------------------------
Commit 5588401012e3010168bdd4f1876937575bcd251f in nifi's branch
refs/heads/main from Pierre Villard
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=5588401012e ]
NIFI-15957 Avoid resolving Parameter references when displaying Parameter
Contexts (#11267)
Signed-off-by: David Handermann <[email protected]>
> Do not resolve parameter references when displaying parameter contexts
> ----------------------------------------------------------------------
>
> Key: NIFI-15957
> URL: https://issues.apache.org/jira/browse/NIFI-15957
> Project: Apache NiFi
> Issue Type: Improvement
> Reporter: Pierre Villard
> Assignee: Pierre Villard
> Priority: Major
> Time Spent: 40m
> Remaining Estimate: 0h
>
> Following changes done in NIFI-15829 we can now have parameters referencing
> inherited parameters. However, when showing the parameter contexts in the UI
> the parameters that are referencing parameters are now showing the resolved
> value instead of the raw reference. While this is not an issue, it can be
> confusing and we should display the raw reference.
> Example:
> MyInheritedParameter => MyInheritedValue
> MyParameter => #\{MyInheritedParameter}
> Showing the parameter context in the UI, it would show:
> MyParameter => MyInheritedValue
> (even though the flow definition does have the reference)
> We want to always show:
> MyParameter => #\{MyInheritedParameter}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)