1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-16 07:08:55 +00:00

[folder permission] modification for folder in department repo

This commit is contained in:
llj
2019-05-17 15:53:59 +08:00
parent 375e6bcb3c
commit 553fe1001f

View File

@@ -640,6 +640,7 @@ class DirentListItem extends React.Component {
repoID={this.props.repoID} repoID={this.props.repoID}
folderPath={direntPath} folderPath={direntPath}
folderName={dirent.name} folderName={dirent.name}
isDepartmentRepo={this.props.isGroupOwnedRepo}
/> />
</ModalPortal> </ModalPortal>
} }