Author: taylor
Date: Thu Apr  8 01:30:04 2010
New Revision: 931747

URL: http://svn.apache.org/viewvc?rev=931747&view=rev
Log:
minor fix to the User Registration portlet, in the english localization, we are 
listing the string "Business Name" twice
business-info.postal.name and organization are often the same

Modified:
    
portals/jetspeed-2/applications/j2-admin/trunk/src/main/java/org/apache/jetspeed/portlets/registration/UserRegistrationPortlet.java

Modified: 
portals/jetspeed-2/applications/j2-admin/trunk/src/main/java/org/apache/jetspeed/portlets/registration/UserRegistrationPortlet.java
URL: 
http://svn.apache.org/viewvc/portals/jetspeed-2/applications/j2-admin/trunk/src/main/java/org/apache/jetspeed/portlets/registration/UserRegistrationPortlet.java?rev=931747&r1=931746&r2=931747&view=diff
==============================================================================
--- 
portals/jetspeed-2/applications/j2-admin/trunk/src/main/java/org/apache/jetspeed/portlets/registration/UserRegistrationPortlet.java
 (original)
+++ 
portals/jetspeed-2/applications/j2-admin/trunk/src/main/java/org/apache/jetspeed/portlets/registration/UserRegistrationPortlet.java
 Thu Apr  8 01:30:04 2010
@@ -438,8 +438,8 @@ public class UserRegistrationPortlet ext
         {"user.business-info.postal.stateprov",         optional ,      new 
Integer(80),        IS_STRING},
         {"user.business-info.postal.postalcode",         optional ,      new 
Integer(80),        IS_STRING},
         {"user.business-info.postal.country",         optional ,      new 
Integer(80),        IS_STRING},
-        {"user.business-info.postal.organization",         optional ,      new 
Integer(80),        IS_STRING},
         /*
+        {"user.business-info.postal.organization",         optional ,      new 
Integer(80),        IS_STRING},
         {"user.business-info.telecom.telephone.intcode",         optional ,    
  new Integer(80),        IS_STRING},
         {"user.business-info.telecom.telephone.loccode",         optional ,    
  new Integer(80),        IS_STRING},
         {"user.business-info.telecom.telephone.number",         optional ,     
 new Integer(80),        IS_PHONE},



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to