You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Timea Barna (Jira)" <ji...@apache.org> on 2022/01/17 11:40:00 UTC

[jira] [Updated] (NIFI-9578) The Nifi User List in the UI will not populate if they are syncing a username and a group name that are the same

     [ https://issues.apache.org/jira/browse/NIFI-9578?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Timea Barna updated NIFI-9578:
------------------------------
    Description: 
The Nifi User List in the UI will not populate if they are syncing a username and a group name that are the same

Recreation Steps:
I have a user name 'kevin'
I created a group named 'kevin'

When I open Nifi, the user list is blank and when I check the browser console, I see the error:

slick.dataview.js:191 Uncaught Error: [SlickGrid DataView] Each data element must implement a unique 'id' property

Nifi uses a combined user list even though they come from different endpoints /tenant

The UI only support searching for users so the 'id' (identity fields within the response json) will match which will throw the error because the code expects the id fields to be unique

Recreated in CFM 2.1.2.5-1

> The Nifi User List in the UI will not populate if they are syncing a username and a group name that are the same
> ----------------------------------------------------------------------------------------------------------------
>
>                 Key: NIFI-9578
>                 URL: https://issues.apache.org/jira/browse/NIFI-9578
>             Project: Apache NiFi
>          Issue Type: Bug
>            Reporter: Timea Barna
>            Priority: Major
>
> The Nifi User List in the UI will not populate if they are syncing a username and a group name that are the same
> Recreation Steps:
> I have a user name 'kevin'
> I created a group named 'kevin'
> When I open Nifi, the user list is blank and when I check the browser console, I see the error:
> slick.dataview.js:191 Uncaught Error: [SlickGrid DataView] Each data element must implement a unique 'id' property
> Nifi uses a combined user list even though they come from different endpoints /tenant
> The UI only support searching for users so the 'id' (identity fields within the response json) will match which will throw the error because the code expects the id fields to be unique
> Recreated in CFM 2.1.2.5-1



--
This message was sent by Atlassian Jira
(v8.20.1#820001)