mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
clone mongto rows without _id #404
This commit is contained in:
parent
fb1cbc71f2
commit
4a2b33276d
@ -462,6 +462,7 @@
|
||||
for (const column of display.columns) {
|
||||
if (column.uniquePath.length > 1) continue;
|
||||
if (column.autoIncrement) continue;
|
||||
if (column.columnName == '_id' && isDynamicStructure) continue;
|
||||
|
||||
grider.setCellValue(rowIndex, column.uniqueName, grider.getRowData(index)[column.uniqueName]);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user