cancel
Showing results for 
Search instead for 
Did you mean: 

Edit User

jriker1
Champ in-the-making
Champ in-the-making
I just installed the latest version of 3.3 from SVN.  In compiling and deploying it, when I click on my profile, there is no edit option.  Is something wrong here or is that something new?

Thanks.

JR

Edit:  Seems to be based on this check that is new <#if profile.capabilities.isMutable> but not sure what it's checking.
28 REPLIES 28

kevinr
Star Contributor
Star Contributor
Yes it's in the Enterprise version first, it will be merged back to community. You can work-around the mutability check if you just want to be able to edit -all- fields - but you will need to the new code for individual property mutability.

Cheers,

Kev

jriker1
Champ in-the-making
Champ in-the-making
Yes it's in the Enterprise version first, it will be merged back to community. You can work-around the mutability check if you just want to be able to edit -all- fields - but you will need to the new code for individual property mutability.

Cheers,

Kev

Kevin,

Looks like the code made it into community.  Can you verify and if so what version I should be downloading?  Looks like from Mike that later builds are part of a potential 3.4 project and although they compile don't load.

Thanks.

JR

jriker1
Champ in-the-making
Champ in-the-making
I went to a pre 3.4 version and the edit user button shows but when clicked the screen area where the the viewable user attributes are listed goes blank.  Do you have to define the editable fields somewhere so it knows which fields it should show and this is why it's not working?

Thanks.

JR

kevinr
Star Contributor
Star Contributor
Do you have any old customisations lying around or similar? Just tested the page here and it works fine.

Yes you need LDAP or similar in the authentication chain and the mapped properties will be picked up from that.

Kev

jriker1
Champ in-the-making
Champ in-the-making
Do you have any old customisations lying around or similar? Just tested the page here and it works fine.

Yes you need LDAP or similar in the authentication chain and the mapped properties will be picked up from that.

Kev

Thanks Kevin,

Which revision number are you testing against so I can pull the same from SVN to test.  I will try before and after my customizations once I know what you are testing working.

Thanks.

kevinr
Star Contributor
Star Contributor
you'll need rev 20572 or later

Kev

jriker1
Champ in-the-making
Champ in-the-making
you'll need rev 20572 or later

Kev

K.  I'm on rev 20574 and it seems to work in Firefox, but not in IE 8.  Button does nothing.  The button to Edit in IE 8 looks out of place also.  Editing in Firefox seems to just allow editing of everything, not select items that aren't synced.  Won't help much since where Share is used in an IE house.  Did you try this on IE8 as for me it no work.

Thanks.

JR

kevinr
Star Contributor
Star Contributor
Yes tried on IE8 and it works, the Edit button looks correct also (our QA department have also validated the fix). Can you try clearing your internet files cache for me just to be sure?

Cheers,

Kev

jriker1
Champ in-the-making
Champ in-the-making
Well it kind of might work.  Due to a number of bugs in the synchronization code, I was left with the last check and all subsequent ones having no data; pulled no records.  So I can edit the profile and EVERYTHING in it, but everything is blank so not sure if there are issues if the data was still there or what.  Have another thread on issues with going from 3.2 to 3.3/3.3g and clearing out the users and adding them back in but no one seems to know why.  This is a bit different that it stopped pulling and cleared everything.  Had it set to recheck every 5 minutes as part of testing also.

Thanks.

JR

jriker1
Champ in-the-making
Champ in-the-making
With the latest code untouched the edit user works as it is supposed to.  I have the same code to add attributes in for a user that I have had for years.  Seems when that's injected it doesn't display, however when I select the whole page and paste into notepad, the stuff is there including the submit button, it's just not visually there.  Assuming a div problem somewhere with the update to the way the edit page is rendered.  Do I need to do something to a particular page to add in my custom attributes to get it to show or something?  I have it showing on the view page, but not the edit page.

Thanks.

JR