Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.

EZP-25636: User can't access trash if 1+ items are not readable #921

Merged
merged 1 commit into from
Nov 16, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Resources/public/templates/trash.hbt
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
{{else}}
<p class="ez-trashview-no-content">{{translate 'trash.empty' 'trash'}}</p>
{{/if}}
<p class="ez-trashview-info-message">{{translate 'trash.show_only_readable' 'trash'}}</p>
</div>
</div>
<div class="ez-trashbar-container pure-u"></div>
Expand Down
6 changes: 6 additions & 0 deletions Resources/translations/trash.en.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,12 @@
<note>key: trash.type.label</note>
<jms:reference-file>./Resources/public/templates/trash.hbt</jms:reference-file>
</trans-unit>
<trans-unit id="5a8c83bfcf9a445fd732feb7cea464ce7c59660a" resname="trash.show_only_readable">
<source>Note: This list includes only content that you have read access to.</source>
<target>Note: This list includes only content that you have read access to.</target>
<note>key: trash.show_only_readable</note>
<jms:reference-file>Resources/public/templates/trash.hbt</jms:reference-file>
</trans-unit>
</body>
</file>
</xliff>