-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 5.1.1
-
Fix Version/s: 5.1.2
-
Component/s: None
-
Labels:None
By default, the following property is set to false:
field.enable.com.liferay.portal.model.Organization.status=false
Users can see which organizations they belong to, but can not change the Organizations. When switching this flag to true, the User now has a "Select" button next to the organization list, but when clicking on it it says that the struts path "/my_account/select_organization" is missing.
Fix, added the following struts path:
<action path="/my_account/select_organization" forward="portlet.enterprise_admin.select_organization" />
Scott