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

edition note

This commit is contained in:
ddejongh 2015-06-16 16:38:22 +02:00
parent 9cf060fdc4
commit ff12048c10
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ let EditionNoteForm = React.createClass({
<InputTextAreaToggable
ref="personalNote"
className="form-control"
defaultValue={this.props.editions[0].note_from_user}
defaultValue={this.props.editions[0].public_note}
rows={3}
editable={this.props.editable}
required=""

View File

@ -108,7 +108,7 @@ let Edition = React.createClass({
edition={this.props.edition}/>
</CollapsibleEditionDetails>
<CollapsibleEditionDetails
title="Further Details">
title="Further Details (all editions)">
<EditionFurtherDetails
handleSuccess={this.props.loadEdition}
edition={this.props.edition}/>