This is an automated email from the ASF dual-hosted git repository.

solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


The following commit(s) were added to refs/heads/master by this push:
     new 5677970  [OPENMEETINGS-1864] tests should we fixed
5677970 is described below

commit 56779705039cb1565cf6688c7f64274717b2ba59
Author: Maxim Solodovnik <[email protected]>
AuthorDate: Sat Apr 7 09:06:26 2018 +0700

    [OPENMEETINGS-1864] tests should we fixed
---
 .../src/main/java/org/apache/openmeetings/db/dto/user/UserDTO.java       | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/openmeetings-db/src/main/java/org/apache/openmeetings/db/dto/user/UserDTO.java
 
b/openmeetings-db/src/main/java/org/apache/openmeetings/db/dto/user/UserDTO.java
index fdb1e15..97eae54 100644
--- 
a/openmeetings-db/src/main/java/org/apache/openmeetings/db/dto/user/UserDTO.java
+++ 
b/openmeetings-db/src/main/java/org/apache/openmeetings/db/dto/user/UserDTO.java
@@ -74,6 +74,7 @@ public class UserDTO implements Serializable {
 
        public User get(UserDao userDao) {
                User u = id == null ? new User() : userDao.get(id);
+               u.setLogin(login);
                u.setFirstname(firstname);
                u.setLastname(lastname);
                u.setRights(rights);

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to