Skip to content

Commit

Permalink
Merge pull request #3519 from IQSS/file-landing-page-hide-undeveloped…
Browse files Browse the repository at this point in the history
…-tabs

Hide undeveloped tabs on File Landing Page
  • Loading branch information
kcondon authored Dec 8, 2016
2 parents 7591e36 + 4ac5448 commit adbe63d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/webapp/file.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,7 @@
</div>
</div>
</p:tab>
<ui:remove>
<p:tab id="provenanceTab" title="Provenance" rendered="#{(!FilePage.fileMetadata.datasetVersion.deaccessioned or
(FilePage.fileMetadata.datasetVersion.deaccessioned and FilePage.canUpdateDataset()))}">
<!-- Placeholder -->
Expand All @@ -391,7 +392,7 @@
<!-- Placeholder -->
<em>Coming soon...</em>
</p:tab>

</ui:remove>
</p:tabView>
</div>

Expand Down

0 comments on commit adbe63d

Please sign in to comment.