Commit 84c0c74
(fix): skip decorators during silenced (internal) operations
Decorators should not run during silent() calls which are internal
operations like old-document fetches in updateDocument(). Without this,
decorator-injected attributes ($databaseId, $collectionId) leak into
write operations, causing Structure validator "Unknown attribute" errors.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 93b7f4d commit 84c0c74
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1220 | 1220 | | |
1221 | 1221 | | |
1222 | 1222 | | |
| 1223 | + | |
| 1224 | + | |
| 1225 | + | |
| 1226 | + | |
1223 | 1227 | | |
1224 | 1228 | | |
1225 | 1229 | | |
| |||
0 commit comments