Github user andrewmlim commented on the issue:
https://github.com/apache/nifi/pull/2515
@mcgilman
I tested your latest changes and they look good. A couple minor things to
address:
- In the message "Only listing restriction specific users. Users with
permission "regardless of restriction" not shown but are also allowed." should
add an "s" to the second instance of "restriction". So the correct message
reads:
Only listing restriction specific users. Users with permission "regardless
of restrictions" not shown but are also allowed.
- The following text is used in a tooltip and doc:
"Allows users to create/modify restricted components assuming otherwise
sufficient permissionsâ
I thought this might be more clear:
âAllows users to create/modify restricted components assuming other
permissions are sufficientâ
-In the Admin and User Guides, change the content to:
Allows users to create/modify restricted components assuming other
permissions are sufficient. The restricted components may indicate which
specific permissions are required. Permissions can be granted for specific
restrictions or be granted regardless of restrictions. If permission is granted
regardless of restrictions, the user can create/modify all restricted
components.
---