fix(i18n): harden owner localized forms

This commit is contained in:
poyrazavsever
2026-07-21 13:37:53 +03:00
parent 1227588320
commit 1653e4f61d
9 changed files with 25 additions and 34 deletions
+1
View File
@@ -433,6 +433,7 @@ export class DomainService {
clientId: scope.clientId,
requestedByUserId: scope.authUserId,
description: value.description,
sourceLocale: value.sourceLocale,
}).returning().get();
}, { behavior: "immediate" });
}