Skip to content

Commit

Permalink
taborientation - Demodata
Browse files Browse the repository at this point in the history
  • Loading branch information
rkrenn committed Mar 1, 2024
1 parent 881e424 commit a23eeb8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -601,6 +601,7 @@ private UserOutVO assignUser(StaffOutVO staff) throws Exception {
modifiedUser.setDateFormat(user.getDateFormat());
modifiedUser.setDecimalSeparator(user.getDecimalSeparator());
modifiedUser.setTheme(user.getTheme());
modifiedUser.setTabOrientation(user.getTabOrientation());
modifiedUser.setLocked(user.isLocked());
modifiedUser.setLockedUntrusted(user.isLockedUntrusted());
modifiedUser.setShowTooltips(user.isShowTooltips());
Expand Down

0 comments on commit a23eeb8

Please sign in to comment.