Browse Source
Update AbpEfCoreNavigationHelper.cs
pull/19559/head
maliming
2 years ago
No known key found for this signature in database
GPG Key ID: A646B9CB645ECEA4
1 changed files with
0 additions and
1 deletions
-
framework/src/Volo.Abp.EntityFrameworkCore/Volo/Abp/EntityFrameworkCore/ChangeTrackers/AbpEfCoreNavigationHelper.cs
|
|
|
@ -119,7 +119,6 @@ public class AbpEfCoreNavigationHelper : ITransientDependency |
|
|
|
continue; |
|
|
|
} |
|
|
|
|
|
|
|
abpEntityEntry.IsModified = true; |
|
|
|
abpEntityEntry.IsModified = true; |
|
|
|
var navigationEntry = abpEntityEntry.NavigationEntries.FirstOrDefault(x => x.NavigationEntry.Metadata is INavigation navigationMetadata && navigationMetadata.ForeignKey == inverseForeignKey) ?? |
|
|
|
abpEntityEntry.NavigationEntries.FirstOrDefault(x => x.NavigationEntry.Metadata is ISkipNavigation skipNavigationMetadata && skipNavigationMetadata.ForeignKey == inverseForeignKey); |
|
|
|
|