mcgilman commented on code in PR #11559:
URL: https://github.com/apache/nifi/pull/11559#discussion_r3830795105
##########
nifi-frontend/src/main/frontend/apps/nifi/src/app/pages/parameter-contexts/ui/parameter-context-listing/parameter-table/parameter-table.component.ts:
##########
@@ -74,11 +82,15 @@ export class ParameterTable implements AfterViewInit,
ControlValueAccessor {
private store = inject<Store<ParameterContextListingState>>(Store);
Review Comment:
This adds highlight/scroll-to support within the parameter context editor,
but I don't see corresponding changes to `property-table.component.ts` or any
parameter-reference-parsing utility that would let a user click a `#{param}`
reference inside a processor's/controller service's property value and jump to
the highlighted parameter here. Is that intentionally out of scope for this PR,
or planned separately? Would help to note it in the PR description either way.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]