Done
Details
Details
Assignee
Pavlo Smahin
Pavlo SmahinReporter
Khalilah Gambrell
Khalilah GambrellPriority
Story Points
2
Sprint
None
Development Team
Spitfire
Fix versions
Release
Morning Glory (R2 2022) Bug Fix
RCA Group
Related dependency upgrade
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created July 19, 2022 at 3:54 PM
Updated October 17, 2022 at 7:59 AM
Resolved August 5, 2022 at 12:59 PM
Steps to reproduce:
Create a user with notes permissions and permissions to any app that has the notes helper app (Users, Courses, eholdings, Licenses, Agreements, Requests)
Create a note
Login as another user and delete the user you just created
Go to the record that includes the note that was created by the now deleted user
Click on the Note to view the Note record
Expected outcome: User is able to view note
BE will return null if a user does not exist.
FE will handle it like this:
Show Unknown user - if the person who created the note does not exist AND show Unknown user - if the person who updated the note does not exist
Actual outcome:
Note that user is able to view the note under the Notes accordion AND click on the Edit link in the Notes list under the Notes accordion BUT once the user clicks on the Notes row then the error displays. Also user is able to assign that note to another record without issue.