Skip to content

Commit

Permalink
small change to the render logic - #3561
Browse files Browse the repository at this point in the history
  • Loading branch information
landreev committed Sep 7, 2017
1 parent c3da971 commit f6c6f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/dataset.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
<!-- Submit for Review Button -->
<button type="button" class="btn btn-default btn-access #{DatasetPage.dataset.latestVersion.inReview ? 'disabled' : ''}" onclick="PF('inreview').show()"
jsf:rendered="#{DatasetPage.workingVersion == DatasetPage.dataset.latestVersion
and !DatasetPage.datasetLockedInWorkflow()
and !DatasetPage.datasetLockedInWorkflow
and DatasetPage.dataset.latestVersion.versionState=='DRAFT'
and DatasetPage.canUpdateDataset()
and !permissionsWrapper.canIssuePublishDatasetCommand(DatasetPage.dataset)}">
Expand Down

0 comments on commit f6c6f6f

Please sign in to comment.