Skip to content

Commit

Permalink
Merge branch 'release/0.10.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescdavis committed May 30, 2019
2 parents 09a07be + bb0f6f4 commit ccc16b2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [0.10.2] - 2019-05-30
- fixed issue where withdrawal request info did not display for auto-accepted preprints

## [0.10.1] - 2019-05-29
- fixed ENG-431 - Date withdrawn is incorrect on Reviews App
- fixed ENG-553 - Preprint detail page on certain preprints shows incorrect state
Expand Down
8 changes: 4 additions & 4 deletions app/components/preprint-status-banner/template.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
{{t recentActivityLanguage documentType=submission.provider.documentType}} {{moment-format submission.dateLastTransitioned "MMMM DD, YYYY"}}
{{else}}
<a href={{creatorProfile}}>{{creatorName}}</a> {{t recentActivityLanguage documentType=submission.provider.documentType}} {{moment-format labelDate "MMMM DD, YYYY"}}
{{#if isPendingWithdrawal}}
<br>
<a href={{withdrawalRequesterProfile}}>{{withdrawalRequesterName}}</a> {{t requestActivityLanguage documentType=submission.provider.documentType}} {{moment-format withdrawalRequest.dateLastTransitioned "MMMM DD, YYYY"}}
{{/if}}
{{/if}}
{{#if isPendingWithdrawal}}
<br>
<a href={{withdrawalRequesterProfile}}>{{withdrawalRequesterName}}</a> {{t requestActivityLanguage documentType=submission.provider.documentType}} {{moment-format withdrawalRequest.dateLastTransitioned "MMMM DD, YYYY"}}
{{/if}}
{{/if}}
</div>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reviews",
"version": "0.10.1",
"version": "0.10.2",
"description": "Center for Open Science Reviews Service",
"license": "Apache-2.0",
"author": "",
Expand Down

0 comments on commit ccc16b2

Please sign in to comment.