-
Bug
-
Resolution: Fixed
-
Major
-
-
785.v8d262df0f607
I recently updated Role-based Authorization Strategy plugin to Version 783.ve14e9f60fc26.
The Jenkins server version is "2.504.3".
I have more than 30 agent role assignments. Clicking on the next page or the arrow down button, does not display the next page of users who have the agent roles. We are still on the page 1 of agent role assignments.
On the browser, I see that for the endpoint "role-strategy/strategy/getRoleAssignments?type=slaveRoles" all the agent role assignments are fetched.
When we click on the arrow down button or next page for agent role assignments, there is below error in the browser console.
tableAssign.js:348 Uncaught TypeError: Cannot read properties of null (reading 'value') at button.onclick (tableAssign.js:348:40) button.onclick @ tableAssign.js:348
// line 348 in tableAssign.js const userFilter = userInputFilter.value.toUpperCase();
The "userInputFilter" is null.