Feature #19871
Updated by Peter Amstutz almost 2 years 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.