feat: extend LTAR copy/paste/delete to V2 OM (one-to-many) and all junction types

This commit is contained in:
Raju Udava
2026-04-11 06:45:57 +00:00
parent 91e1491442
commit 6d921dc604
8 changed files with 30 additions and 26 deletions

View File

@@ -57,7 +57,7 @@ export const valueToCopy = (
isPg,
meta,
metas,
rowId: isMm(columnObj) || isBtLikeV2Junction(columnObj) ? result.rowId : null,
rowId: isMMOrMMLike(columnObj) ? result.rowId : null,
})
return result