OHDSI / WebAPI

OHDSI WebAPI contains all OHDSI services that can be called from OHDSI applications
Apache License 2.0
126 stars 156 forks source link

Job Author shows login name #2291

Open alondhe opened 1 year ago

alondhe commented 1 year ago

Expected behavior

When using security enabled WebAPI, the Jobs page shows Authors as display names rather than login names, as is the case everywhere else in the application.

"/job/execution" shows jobAuthor as the display name.

Actual behavior

The login names are shown instead:

image

Steps to reproduce behavior

Enabled security in WebAPI; the users should have a display name that isn't the same as the login name (webapi.sec_user.login != webapi.sec_user.name). Run any job in Atlas, go to Jobs.