Update of 
/var/cvs/contributions/CMSContainer_Modules/community/src/java/com/finalist/cmsc/community/forms
In directory 
james.mmbase.org:/tmp/cvs-serv15218/community/src/java/com/finalist/cmsc/community/forms

Modified Files:
        AddUserToGroupInitAction.java 
Log Message:
CMSC-996 the files of property,reconstruct the java code. 


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Modules/community/src/java/com/finalist/cmsc/community/forms
See also: http://www.mmbase.org/jira/browse/CMSC-996


Index: AddUserToGroupInitAction.java
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Modules/community/src/java/com/finalist/cmsc/community/forms/AddUserToGroupInitAction.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- AddUserToGroupInitAction.java       1 Aug 2008 14:59:39 -0000       1.6
+++ AddUserToGroupInitAction.java       5 Aug 2008 02:50:15 -0000       1.7
@@ -27,14 +27,11 @@
 
 
       if(StringUtils.isNotBlank(searchform.getGroup())){
-         //have conditons searching
-         authorities.clear();
+         //have conditions searching
          HashMap map = new HashMap();
          map.put("group", searchform.getGroup());
-         if (map.size() > 0) {
             authorities = 
getAuthorityService().getAssociatedAuthorities(map,holder);
             totalCount = 
getAuthorityService().getAssociatedAuthoritiesNum(map,holder);
-         }
       }else{
          //no conditions search
          //need authId from the last jsp
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to