You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: default CreatableFromParent/UpdatableFromParent from FROM entity set
Navigation associations whose FROM entity is top-level (has its own
entity set) now inherit CreatableFromParent / UpdatableFromParent from
the entity set's Insertable / Updatable annotations — silent metadata
defaults to false, matching Studio Pro. Previously the defaults were
optimistically true, which produced CE6630 errors for read-only
services like TripPin whose metadata declares no InsertRestrictions.
Verified against TripPin's Friends / BestFriend self-references on
People (silent metadata): CreatableFromParent=False, as Studio Pro
writes them.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments