Predefine replace/merge/bump action

Build 1501 on 14/Nov/2017  This topic last edited on: 17/Mar/2016, at 16:49

When you drag an article from Navigator over an existing article, by default Fred4 displays a menu with choices:

Click to view full size graphic

You can predefine one of listed actions. In that case, menu is not shown, and the predefined action is performed silently.

To predefine replace/merge/bump action

1.Launch EdAdmin4 and then click Client applications under Application Configuration, locate EditorialConfig and double-click it.

2.Locate the <Item Name="glbArtMergeDefAction"...

3.If there's the line, see the step 4 for the value to change.

4.If there's not one, then add the following:

<Item Name="glbArtMergeDefAction" Value="0" /> if you want Replace option to be the default one

<Item Name="glbArtMergeDefAction" Value="1" /> if you want Merge option to be the default one

<Item Name="glbArtMergeDefAction" Value="2" /> if you want Bump option to be the default one

<Item Name="glbArtMergeDefAction" Value="-1" /> if you want menu to be displayed by default one

5.Save changes.