Hide the title link of documents in the trash.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
@@ -45,6 +45,7 @@
|
|||||||
- Add link to view the events of a tag.
|
- Add link to view the events of a tag.
|
||||||
- Add support for subscribing to the events of a tag.
|
- Add support for subscribing to the events of a tag.
|
||||||
- Add the tag events view permissions to the tag model ACL.
|
- Add the tag events view permissions to the tag model ACL.
|
||||||
|
- Hide the title link of documents in the trash.
|
||||||
|
|
||||||
|
|
||||||
3.0.1 (2018-07-08)
|
3.0.1 (2018-07-08)
|
||||||
|
|||||||
@@ -119,6 +119,7 @@ class DeletedDocumentListView(DocumentListView):
|
|||||||
context = super(DeletedDocumentListView, self).get_extra_context()
|
context = super(DeletedDocumentListView, self).get_extra_context()
|
||||||
context.update(
|
context.update(
|
||||||
{
|
{
|
||||||
|
'hide_link': True,
|
||||||
'title': _('Documents in trash'),
|
'title': _('Documents in trash'),
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user