cancel
Showing results for 
Search instead for 
Did you mean: 

Share : User can’t edit profile

smain46
Champ in-the-making
Champ in-the-making
Hello
I have a little issue with Alfresco 3.2 Labs. Only my admin can view is own full profile and the others share user can’t.
See by yourself:

For user :

http://img22.imageshack.us/img22/6782/userc.jpg

And for Admin

http://img16.imageshack.us/img16/6023/adminckc.jpg

As you can see with bugzilla I know where the problem is. It seems that there is some js code or something else add the instruction “style="display: block;" “ to the concerned div ,  indeed when I see the .ftm page (userprofile.get.html.ftl) there is no such instruction written so some thing add this during the generation of the page…

<#if profile.lastName??><#assign displayname=displayname + " " + profile.lastName></#if>
<div id="${el}-body" class="profile">
   <div id="${el}-readview" class="hidden">
      <#if editable>
      <div class="editcolumn">

I don’t understand why normal user have not this possibility of viewing their full profile or changing their password. And I can’t find where is the code witch add the instruction “style="display: block;".
Can somebody help me please
1 REPLY 1

mikeh
Star Contributor
Star Contributor
Hi

If you're still getting this problem, please enable the console tab on Firebug to see if any JavaScript errors are preventing the code running which removes the hidden style.

Thanks,
Mike