Set the default for pushing a map's dependencies

About this task

When they push content from one branch to another, users can choose whether to push only the map or to push both the map and its children. If one of these actions should be the default, you can set that using a system parameter. The value of the parameter determines the default value of the Push Dependencies slider on the Manage Instance dialog.

Procedure

  1. In the system configuration, check out and open web.platform.config.xml.
  2. Add the following new parameter
    <entry key="default.automatic.push.dependencies">____</entry>

    With one of the following values:

    • true: The slider is set to push the map and its children by default
    • false: The slider is set to push only the map by default

    This is only a default. A user can change the setting as needed each time they push content.

  3. Save and check in the file.
  4. Refresh the Web Server.