You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by ta...@apache.org on 2010/04/08 03:30:04 UTC

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

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: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org