Obligatory setting of properties
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-01-2009 08:23 AM
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
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
Labels:
- Labels:
-
Archive
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-01-2009 08:46 AM
Change the code so it's a hidden form field rather than a checkbox would probably be the easiest option.
Mike
Mike
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-01-2009 08:52 AM
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

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-27-2010 10:32 AM
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
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
