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:
@@ -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) => {
|
||||
|
Reference in New Issue
Block a user