mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-04 00:20:07 +00:00
click draft file from activities (#3153)
This commit is contained in:
@@ -25,6 +25,8 @@ class Acticity {
|
||||
this.old_name = json.old_name;
|
||||
} else if (json.op_type === 'publish') {
|
||||
this.old_path = json.old_path;
|
||||
} else if (json.name.endsWith('(draft).md')) {
|
||||
this.draft_id = json.draft_id;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user