Project

General

Profile

Feature #19871

Updated by Peter Amstutz over 1 year ago

Split out from #19690  

 ResourceModifiedByUserUuid should render the name of the user. I think you want to use UserResourceFullName to render it. 

 This isn't your code, but I noticed it now and it should be fixed -- I think the src/views-components/data-explorer/renderers.tsx/renderFullName method should be using src/models/user.ts/getUserDisplayName method for consistency. You'll have to fiddle with the type annotations a bit to propagate the 'email' and 'username' fields.

Back