Skip to content

Commit

Permalink
Fixed issues with incorrect user account update when saving data from…
Browse files Browse the repository at this point in the history
… Settings>>Users screen
  • Loading branch information
vitalidze committed Nov 18, 2015
1 parent 048d4e7 commit 16d420d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/org/traccar/web/shared/model/User.java
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ public User(User user) {
transferNotificationEvents = new HashSet<DeviceEventType>(user.notificationEvents);
}
maxNumOfDevices = user.maxNumOfDevices;
expirationDate = user.expirationDate;
blocked = user.blocked;
readOnly = user.readOnly;
archive = user.archive;
companyName = user.companyName;
Expand Down

0 comments on commit 16d420d

Please sign in to comment.