Skip to content

Bugfix/FOUR-9721: Two filter fields are no longer displayed#5075

Merged
ryancooley merged 1 commit into
developfrom
bugfix/FOUR-9721
Aug 2, 2023
Merged

Bugfix/FOUR-9721: Two filter fields are no longer displayed#5075
ryancooley merged 1 commit into
developfrom
bugfix/FOUR-9721

Conversation

@agustinbusso
Copy link
Copy Markdown
Contributor

@agustinbusso agustinbusso commented Aug 1, 2023

Issue & Reproduction Steps

The problem was related to the avatar prop when is null for requester and participant lists. For some reason some users have the prop avatar in null and not as empty string (Maybe when the users are imported with ldap or something similar)

Steps to reproduced:
1.Log in PM
2.Click on Filter
3.Review Requester and Participants fields

Solution

  • Check if avatar prop exists for requests and participants

Working video and reproduction explanation

Screen.Recording.2023-08-01.at.15.47.55.mov

How to Test

  • Go to the database to the users table and modify the avatar column for some user to be NULL instead empty
  • Go to requests lists and click on filter

Related Tickets & Packages

Code Review Checklist

  • I have pulled this code locally and tested it on my instance, along with any associated packages.
  • This code adheres to ProcessMaker Coding Guidelines.
  • This code includes a unit test or an E2E test that tests its functionality, or is covered by an existing test.
  • This solution fixes the bug reported in the original ticket.
  • This solution does not alter the expected output of a component in a way that would break existing Processes.
  • This solution does not implement any breaking changes that would invalidate documentation or cause existing Processes to fail.
  • This solution has been tested with enterprise packages that rely on its functionality and does not introduce bugs in those packages.
  • This code does not duplicate functionality that already exists in the framework or in ProcessMaker.
  • This ticket conforms to the PRD associated with this part of ProcessMaker.

@boliviacoca boliviacoca requested a review from caleeli August 1, 2023 18:56
@ryancooley ryancooley merged commit 15d7684 into develop Aug 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants