We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff4de51 commit e7ee2c2Copy full SHA for e7ee2c2
src/JsonApiDotNetCore/Data/DefaultEntityRepository.cs
@@ -303,7 +303,7 @@ public virtual async Task<TEntity> UpdateAsync(TId id, TEntity entity)
303
{
304
/// If we are updating to-many relations from PATCH, we need to include the relation first,
305
/// else it will not peform a complete replacement, as required by the specs.
306
- /// Also, we currently not support the same for many-to-many
+ /// Also, we currently do not support the same for many-to-many
307
if (relationship.Key is HasManyAttribute && !(relationship.Key is HasManyThroughAttribute))
308
await _context.Entry(oldEntity).Collection(relationship.Key.InternalRelationshipName).LoadAsync();
309
relationship.Key.SetValue(oldEntity, relationship.Value); // article.tags = nieuwe lijst
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments