Fix: Repository Monitor should detect changes
This commit is contained in:
@@ -73,6 +73,8 @@ namespace Disco.Data.Repository
|
|||||||
{
|
{
|
||||||
int changeCount = 0;
|
int changeCount = 0;
|
||||||
|
|
||||||
|
this.ChangeTracker.DetectChanges();
|
||||||
|
|
||||||
// Notify before changes are committed
|
// Notify before changes are committed
|
||||||
var changes = Monitor.RepositoryMonitor.BeforeSaveChanges(this);
|
var changes = Monitor.RepositoryMonitor.BeforeSaveChanges(this);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user