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
If a model has a unique: true property, the uniqueness check incorrectly includes soft-deleted items. As a result, attempts to create a new entry that should be unique fail because the soft-deleted item is mistakenly treated as an active entry.
The text was updated successfully, but these errors were encountered:
If a model has a unique: true property, the uniqueness check incorrectly includes soft-deleted items. As a result, attempts to create a new entry that should be unique fail because the soft-deleted item is mistakenly treated as an active entry.
The text was updated successfully, but these errors were encountered: