To be able to configure the default behavior of the 'Include Dependencies' check box
When committing changes to source control, the 'Include Dependencies' check box is set to true. Can this default behavior be changed to false?
OR
Can the user have the option to set the default behavior?
3
votes
Mike Albers
shared this idea
The latest frequent-update version of SQL Source Control (4.0.6.179) allows you to default the checkbox behaviour to off. To do this, you’ll need to edit your UI Options file (RedGate_SQLSourceControl_CommonUI_UIOptions.xml) which you’ll find in localappdata\Red Gate\SQL Source Control 4 and add a tag called IncludeDependenciesCheckbox, like this:
False
If the value is false, then the checkbox will be un-set by default.