When copying a document in U7, by default the "Relate to Original" box is checked (as is "Include descendants"). Is there any way that these boxes can be changed to be unchecked by default?
I have looked in the web.config and the umbracoSettings.config but can't find anything obvious. Any ideas?
I don't think there is a default setting for that.
Only options is to customize the backend. For that I see 2 options.
Create a custom copy menu action
Tweak the backoffice view. For that you need to find out what view is used for the copy action. And then use a angular interceptor. That is explained in this post in the section "Tweaking Views" :http://24days.in/umbraco/2015/umbraco-7-back-office-tweaks/
Relation - Relate on Copy - Unchecked by Default.
Hi there,
When copying a document in U7, by default the "Relate to Original" box is checked (as is "Include descendants"). Is there any way that these boxes can be changed to be unchecked by default?
I have looked in the web.config and the umbracoSettings.config but can't find anything obvious. Any ideas?
Thanks Ben
Hi Ben,
I don't think there is a default setting for that.
Only options is to customize the backend. For that I see 2 options.
I think the last one is the easiest one.
Dave
Hi Dave,
Thanks very much for confirming this.
Ben
is working on a reply...