mirror of
https://github.com/ascribe/onion.git
synced 2024-12-23 01:39:36 +01:00
fix acl and editions
This commit is contained in:
parent
08137cdb09
commit
7c546edc2b
@ -31,7 +31,6 @@ let InputDate = React.createClass({
|
|||||||
},
|
},
|
||||||
|
|
||||||
render: function () {
|
render: function () {
|
||||||
console.log(this.state.value);
|
|
||||||
return (
|
return (
|
||||||
<div className="form-group">
|
<div className="form-group">
|
||||||
<DatePicker
|
<DatePicker
|
||||||
|
@ -177,9 +177,9 @@ let RegisterPiece = React.createClass( {
|
|||||||
{...this.props}
|
{...this.props}
|
||||||
isFineUploaderEditable={this.state.isFineUploaderEditable}
|
isFineUploaderEditable={this.state.isFineUploaderEditable}
|
||||||
handleSuccess={this.handleSuccess}>
|
handleSuccess={this.handleSuccess}>
|
||||||
{this.getSpecifyEditions()}
|
|
||||||
{this.props.children}
|
{this.props.children}
|
||||||
{this.getLicenses()}
|
{this.getLicenses()}
|
||||||
|
{this.getSpecifyEditions()}
|
||||||
</RegisterPieceForm>
|
</RegisterPieceForm>
|
||||||
</Col>
|
</Col>
|
||||||
</Row>
|
</Row>
|
||||||
|
Loading…
Reference in New Issue
Block a user