buczi commented on code in PR #9884:
URL: https://github.com/apache/nifi/pull/9884#discussion_r2050794730
##########
nifi-frontend/src/main/frontend/apps/nifi/src/app/pages/parameter-contexts/ui/parameter-context-listing/parameter-context-table/parameter-context-table.component.ts:
##########
@@ -157,6 +170,9 @@ export class ParameterContextTable {
case 'description':
retVal =
this.nifiCommon.compareString(this.formatDescription(a),
this.formatDescription(b));
break;
+ case 'bounded process group':
Review Comment:
Sure, I renamed the column to `process group` and adjusted the naming so
that there is no `bounded`.
--
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]