Skip to content

Commit

Permalink
RavenDB-1887 SQL Replication reset after change script
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielDar committed Mar 23, 2014
1 parent 9653223 commit b0f917f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Raven.Studio/Commands/SaveSettingsCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,7 @@ protected override async Task ExecuteAsync(object parameter)
{
var resetReplication = new ResetReplication(hasChanges);
await resetReplication.ShowAsync();
if (resetReplication.Selected.Count == 0)
return;

const string ravenSqlreplicationStatus = "Raven/SqlReplication/Status";

var status = await session.LoadAsync<SqlReplicationStatus>(ravenSqlreplicationStatus);
Expand Down

0 comments on commit b0f917f

Please sign in to comment.