Date process funcs (#8441)

Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
Denis Bykhov
2025-04-03 00:22:53 +07:00
committed by GitHub
parent 241d08fd89
commit 073017ae67
48 changed files with 798 additions and 195 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ export function getContext (
attr?: Ref<AnyAttribute>
): Context {
let attributes = getClassAttributes(client, process.masterTag, target, category)
if (attr !== undefined) {
if (attr !== undefined && category === 'object') {
attributes = attributes.filter((it) => it._id !== attr)
}
const nested: Record<string, NestedContext> = {}