1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-25 06:33:48 +00:00

[system admin / orgs] org: show department name in 'owner' column for libraries belong to departments (#4738)

This commit is contained in:
llj
2020-12-10 14:31:24 +08:00
committed by GitHub
parent f5d399cc4f
commit e8ce4305bb

View File

@@ -103,9 +103,11 @@ class Item extends Component {
<td>{item.repo_name}</td>
<td>{item.repo_id}</td>
<td>
{item.owner_email ?
{!item.owner_email ?
'--' :
item.owner_email.indexOf('@seafile_group') == -1 ?
<UserLink email={item.owner_email} name={item.owner_name} /> :
'--'
item.owner_name
}
</td>
<td>