Fix: Repository Monitor should detect changes

This commit is contained in:
Gary Sharp
2013-05-06 19:06:52 +10:00
parent f268ef7ec4
commit 1f561d6535
@@ -73,6 +73,8 @@ namespace Disco.Data.Repository
{
int changeCount = 0;
this.ChangeTracker.DetectChanges();
// Notify before changes are committed
var changes = Monitor.RepositoryMonitor.BeforeSaveChanges(this);