You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue represents the minimum necessary work required to set up the pattern for removing applicationContext.getCurrentUser. The intent with splitting out this work is to ease the transition by making the change backwards compatible so that we don't create undue burden for (or just outright break) in-flight work while the broader set of changes is in test but not staging. There is also an example of what it will look like to move away from get current user on the back end.
This is merely a preparatory refactor, it will not solve the bug identified in 10417
While no functional changes are expected, here are the potentially-impacted areas, should something have gone wrong:
Custom Case Report
Maintenance mode
All "public" endpoints
searches (case, order, opinion, practitioner)
viewing documents
Todays Orders & Todays Opinions
The text was updated successfully, but these errors were encountered:
This issue represents the minimum necessary work required to set up the pattern for removing applicationContext.getCurrentUser. The intent with splitting out this work is to ease the transition by making the change backwards compatible so that we don't create undue burden for (or just outright break) in-flight work while the broader set of changes is in test but not staging. There is also an example of what it will look like to move away from get current user on the back end.
This is merely a preparatory refactor, it will not solve the bug identified in 10417
While no functional changes are expected, here are the potentially-impacted areas, should something have gone wrong:
The text was updated successfully, but these errors were encountered: