mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-04 00:20:07 +00:00
copy/move file to enc lib (#5487)
This commit is contained in:
@@ -158,7 +158,7 @@ class MoveDirent extends React.Component {
|
||||
} else {
|
||||
title = gettext('Move selected item(s) to:');
|
||||
}
|
||||
let mode = this.props.repoEncrypted ? 'only_current_library':'current_repo_and_other_repos';
|
||||
let mode = 'current_repo_and_other_repos';
|
||||
const { dirent, selectedDirentList } = this.props;
|
||||
const movedDirent = dirent ? dirent : selectedDirentList[0];
|
||||
const { permission } = movedDirent;
|
||||
|
Reference in New Issue
Block a user