Fix: Repository Monitor should detect changes
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user