Skip to content

Commit

Permalink
Fix added instance stitch.
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneMaes0 committed Jun 17, 2024
1 parent a0ca3f4 commit 5006d22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SLC-GQIDS-DOM-History_1/Provider/DataProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ public IEnumerable<DomChange> GetHistoryForInstance(Guid domInstanceId)
return new List<DomChange>();
}

helper.StitchDomInstances(new List<DomInstance> { instance });
var filter = HistoryChangeExposers.SubjectID.Equal(instance.ID.ToFileFriendlyString());
var historyAll = helper.DomInstanceHistory.Read(filter);

Expand Down

0 comments on commit 5006d22

Please sign in to comment.