1
0
mirror of https://github.com/ascribe/onion.git synced 2024-11-15 09:35:10 +01:00

bug fix piece loan acl

bug fix piece edit acl

DOUBLE MIGRATE
This commit is contained in:
diminator 2015-08-19 19:12:30 +02:00
parent 7e9e187c18
commit 1f1a8b7761

View File

@ -70,6 +70,16 @@ let CylandAccordionListItem = React.createClass({
piece={this.props.content} piece={this.props.content}
handleSuccess={this.handleSubmitSuccess}/> handleSuccess={this.handleSubmitSuccess}/>
</AclProxy> </AclProxy>
<AclProxy
aclObject={this.props.content.acl}
aclName="acl_submitted">
<button
disabled
className="btn btn-default btn-xs pull-right">
{getLangText('Submitted to Cyland')} <span className="glyphicon glyphicon-ok"
aria-hidden="true"></span>
</button>
</AclProxy>
</div> </div>
); );
}, },