mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 10:27:38 +00:00
feat: extend LTAR copy/paste/delete to V2 OM (one-to-many) and all junction types
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user