cancel
Showing results for 
Search instead for 
Did you mean: 

Obligatory setting of properties

sobotka
Champ in-the-making
Champ in-the-making
Hi,
When new content is created in the web UI, on the page "Add Content Dialog" there is a checkbox "Modify all properties when this page closes". Is ti possible to make it impossible to uncheck this option ? In other words, I want the property setting page to be displayed always (and user cannot change this behaviour). Any idea how to do it ?
Petr
3 REPLIES 3

mikeh
Star Contributor
Star Contributor
Change the code so it's a hidden form field rather than a checkbox would probably be the easiest option.

Mike

sobotka
Champ in-the-making
Champ in-the-making
Change the code so it's a hidden form field rather than a checkbox would probably be the easiest option.

Mike

Thanks … but which code do you mean ? (I am not an expert in Alfresco yet :-))
Petr

ilazki
Champ in-the-making
Champ in-the-making
If you want to change the checkbox in the "Add Content Dialog" wizard, use the ..alfresco\jsp\content\add-content-dialog.jsp file and search showOtherProperties checkbox. You can just comment the code to hide it.
If you want to change it in the "Create Content" wizard, modify ..alfresco\jsp\content\create-content-wizard\details.jsp file the same way.

Hope that's useful