mirror of
https://github.com/ascribe/onion.git
synced 2025-01-03 18:35:09 +01:00
Merged in AD-1174-collecting-society-info-is-showi (pull request #102)
Put CopyrightAssociationForm in AclProxy
This commit is contained in:
commit
3a503db396
@ -96,7 +96,11 @@ let AccountSettings = React.createClass({
|
|||||||
title={getLangText('Account')}
|
title={getLangText('Account')}
|
||||||
defaultExpanded={true}>
|
defaultExpanded={true}>
|
||||||
{content}
|
{content}
|
||||||
<CopyrightAssociationForm currentUser={this.props.currentUser}/>
|
<AclProxy
|
||||||
|
aclObject={this.props.whitelabel}
|
||||||
|
aclName="acl_view_settings_copyright_association">
|
||||||
|
<CopyrightAssociationForm currentUser={this.props.currentUser}/>
|
||||||
|
</AclProxy>
|
||||||
{profile}
|
{profile}
|
||||||
</CollapsibleParagraph>
|
</CollapsibleParagraph>
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user