mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-21 11:27:18 +00:00
repo-metadata-views (#6344)
* repo-metadata-views * Update metadata_manage.py * feat: add view * feat: refresh view tool bar * update --------- Co-authored-by: 杨国璇 <ygx@192.168.124.14>
This commit is contained in:
@@ -37,6 +37,7 @@ const propTypes = {
|
||||
hash: PropTypes.string,
|
||||
filePermission: PropTypes.string,
|
||||
content: PropTypes.string,
|
||||
metadataViewId: PropTypes.string,
|
||||
lastModified: PropTypes.string,
|
||||
latestContributor: PropTypes.string,
|
||||
onLinkClick: PropTypes.func.isRequired,
|
||||
@@ -192,6 +193,7 @@ class DirColumnView extends React.Component {
|
||||
isFileLoadedErr={this.props.isFileLoadedErr}
|
||||
filePermission={this.props.filePermission}
|
||||
content={this.props.content}
|
||||
metadataViewId={this.props.metadataViewId}
|
||||
currentRepoInfo={this.props.currentRepoInfo}
|
||||
lastModified={this.props.lastModified}
|
||||
latestContributor={this.props.latestContributor}
|
||||
|
Reference in New Issue
Block a user