I am fairly new to alfresco and experimenting with content models. What I want to achieve is adding new properties or aspects to the cmerson type to hold company specific data on a user.
To keep the start easy, I checked the cmerson and noticed some properties that are not shown on the new/edit user screens. So I edited the web-client-config-custom.xml and added :
and expected to be able to use the additional field. But it still doesn't show up.
Question : Is editing the web-client-config-custom.xml the right way to show more info on the user/person If yes : Did I edited wrong or should I configure in more files ? if no : can you hint me on some doc's where I can find the info on the way of doing it ?
I think it is a wizard and not a property view in the same manner as viewing space and document information. If my statement is correct, you must modify the jsp file(s) and the java wizard class.
And that is why I expected it to be able to configure in web-client-config-custom.xml and not needed to edit the jsp file itself.
Question : Should I be able to "just configure", may be in another file If not, can you explain (or link me to the documentation) what the last panelgrid is expected to do ?