Author: taylor
Date: Sun Feb 25 17:59:16 2007
New Revision: 511691
URL: http://svn.apache.org/viewvc?view=rev&rev=511691
Log:
bug fix: properly produce a user with a page profiling rule. without it menu
locations don't seem to work
Modified:
portals/jetspeed-2/trunk/applications/j2-admin/src/webapp/WEB-INF/portlet.xml
Modified:
portals/jetspeed-2/trunk/applications/j2-admin/src/webapp/WEB-INF/portlet.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/applications/j2-admin/src/webapp/WEB-INF/portlet.xml?view=diff&rev=511691&r1=511690&r2=511691
==============================================================================
---
portals/jetspeed-2/trunk/applications/j2-admin/src/webapp/WEB-INF/portlet.xml
(original)
+++
portals/jetspeed-2/trunk/applications/j2-admin/src/webapp/WEB-INF/portlet.xml
Sun Feb 25 17:59:16 2007
@@ -1125,6 +1125,16 @@
<value>userRegistrationEmail.vm</value>
</init-param>
<init-param>
+ <description>Profiling rules to be assigned at
registration.</description>
+ <name>rulesNames</name>
+ <value>page</value>
+ </init-param>
+ <init-param>
+ <description>Profiling rules to be assigned at
registration.</description>
+ <name>rulesValues</name>
+ <value>j2</value>
+ </init-param>
+ <init-param>
<name>portlet-icon</name>
<value>start-here.png</value>
</init-param>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]