mirror of
https://github.com/apache/nifi.git
synced 2025-02-13 05:25:29 +00:00
- ids of the entities are prefixed by their types to avoid id conflict in 3rd party table library For some authorizers the UUID calculation for users and groups based only on the name of the entity and a global seed. This results the same UUID for a group and a user with the same name. The same ids are no longer causing any issue on the UI. - group icon alignment is fixed for edit user dialog This closes #5695