mirror of
https://github.com/ascribe/onion.git
synced 2025-02-14 21:10:27 +01:00
edition note
This commit is contained in:
parent
9cf060fdc4
commit
ff12048c10
@ -29,7 +29,7 @@ let EditionNoteForm = React.createClass({
|
|||||||
<InputTextAreaToggable
|
<InputTextAreaToggable
|
||||||
ref="personalNote"
|
ref="personalNote"
|
||||||
className="form-control"
|
className="form-control"
|
||||||
defaultValue={this.props.editions[0].note_from_user}
|
defaultValue={this.props.editions[0].public_note}
|
||||||
rows={3}
|
rows={3}
|
||||||
editable={this.props.editable}
|
editable={this.props.editable}
|
||||||
required=""
|
required=""
|
||||||
|
@ -108,7 +108,7 @@ let Edition = React.createClass({
|
|||||||
edition={this.props.edition}/>
|
edition={this.props.edition}/>
|
||||||
</CollapsibleEditionDetails>
|
</CollapsibleEditionDetails>
|
||||||
<CollapsibleEditionDetails
|
<CollapsibleEditionDetails
|
||||||
title="Further Details">
|
title="Further Details (all editions)">
|
||||||
<EditionFurtherDetails
|
<EditionFurtherDetails
|
||||||
handleSuccess={this.props.loadEdition}
|
handleSuccess={this.props.loadEdition}
|
||||||
edition={this.props.edition}/>
|
edition={this.props.edition}/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user