User names are not displayed correctly for user operations in cockpit

XMLWordPrintable

    • Type: Bug Report
    • Resolution: Unresolved
    • Priority: L3 - Default
    • None
    • Affects Version/s: None
    • Component/s: cockpit
    • 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().

      Hints (optional):

            Assignee:
            Daniel Kelemen
            Reporter:
            Daniel Kelemen
            Daniel Kelemen Daniel Kelemen
            Tassilo Weidner-Mühl Tassilo Weidner-Mühl
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: