added record json copy option

This commit is contained in:
Gani Georgiev
2024-11-20 16:56:07 +02:00
parent 34d7ac0808
commit 779f6c1a74
33 changed files with 248 additions and 230 deletions
+2 -1
View File
@@ -1077,7 +1077,8 @@ export default class CommonHelper {
for (const field of fields) {
if (
field.hidden ||
(forSubmit && field.primaryKey && field.autogeneratePattern)
(forSubmit && field.primaryKey && field.autogeneratePattern) ||
(forSubmit && field.type === "autodate")
) {
continue
}