1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-19 18:29:23 +00:00

fix: detail editor (#6566)

* fix: detail editor

* feat: update code

---------

Co-authored-by: 杨国璇 <ygx@192.168.1.4>
This commit is contained in:
杨国璇
2024-08-15 20:34:33 +08:00
committed by GitHub
parent 2e87f7acb4
commit 2b1c9cc8df
21 changed files with 201 additions and 344 deletions

View File

@@ -164,8 +164,8 @@ class Context {
};
// record
modifyRecord = (repoId, recordId, columnName, value) => {
return this.metadataAPI.modifyRecord(repoId, recordId, columnName, value);
modifyRecord = (repoId, recordId, objID, update) => {
return this.metadataAPI.modifyRecord(repoId, recordId, objID, update);
};
modifyRecords = (repoId, recordsData, isCopyPaste) => {