Assets Report shows inconsistent data when filter query has currentUser()

XMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: Low
    • None
    • Affects Version/s: 4.20.13, 5.4.0, 5.6.0
    • 2
    • Severity 3 - Minor
    • 0

      Issue Summary

      This is reproducible on Data Center: (yes)

      Steps to Reproduce

      1. Login as User lets say Shree
      2. Create a Objet Type with an attribute (username) mapped to Users
      3. Create two or more object with Username added to the user attribute
      4. Create an AQL Filter
            username = currentUser()
         
      5. Save the filter
      6. Create a new Report of Type: Object Search and added the saved filter
      7. Login as a different User (mohan) and open the report

      Expected Results

      The report should show the result for the Filter query:

      username = currentUser() which should username = mohan
      

      Actual Results

      The report shows the result for the filter query:

      username = shree
      

      since, user shree has created the filter.

      The below exception is thrown in the xxxxxxx.log file:

      ...
      

      Workaround

      Currently there is no known workaround for this behavior. A workaround will be added here when available

            Assignee:
            Unassigned
            Reporter:
            Shreekesh Mohan
            Votes:
            3 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated: