-
Bug Report
-
Resolution: Unresolved
-
L3 - Default
-
None
-
None
-
None
Environment (Required on creation):
All platform versions, in cockpit under user operations.
Description (Required on creation; please attach any relevant screenshots, stacktraces, log files, etc. to the ticket):
User names are not displayed correctly.
Steps to reproduce (Required on creation):
Open a process definition and go into History > User operations tab, look at the User column. You can suspend and activate the process in order to quickly generate data for the table.
Observed Behavior (Required on creation):
Only one user's full name is displayed correctly, the rest are only user ids.
Expected behavior (Required on creation):
All the users full names' are displayed.
Root Cause (Required on prioritization):
The array for the idIn parameter is passed incorrectly.
.list({idIn: uniqueIds, maxResults: uniqueIds.length})
Solution Ideas (Optional):
Add a toString(): uniqueIds.toString().