cancel
Showing results for 
Search instead for 
Did you mean: 

User Dashboard Customization gives blank page in Share

soulpower
Champ in-the-making
Champ in-the-making
Hi folks,
I've imported the latest release of the entire alfresco project from svn into eclipse workspace.
Build is successful and all seems to works greatly.. except for this: when I click on Customize User Dashboard in Alfresco Share it gives to me a white body page, with right header and footer, but nothing in the body. This happens both for administrator and for an end user.
No exception is thrown. Can you help me please? I use Tomcat 6.0.20, jvm 1.6.0 and MySql 5.5.8
Thank you in advance

Roberto
1 REPLY 1

soulpower
Champ in-the-making
Champ in-the-making
Temporarily solved. In file customise-dashboard.ftl there is the following piece of code:


<#if access>
<div id="bd">
   <@region id="customise-layout" scope="template" protected=true />
   <@region id="customise-dashlets" scope="template" protected=true />
</div>
</#if>

The <#if access> condition avoids to display the body of the User Dashboard Customization page for me, both for admin and non-admin users.
Why this condition has been putted in?
Thank you
Roberto