Add document list item view.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
@@ -75,11 +75,14 @@ class ResolvedSmartLinkView(DocumentListView):
|
||||
'smart_link': self.smart_link.label,
|
||||
}
|
||||
|
||||
return {
|
||||
'hide_links': True,
|
||||
'object': self.document,
|
||||
'title': title,
|
||||
}
|
||||
context = super(ResolvedSmartLinkView, self).get_extra_context()
|
||||
context.update(
|
||||
{
|
||||
'object': self.document,
|
||||
'title': title,
|
||||
}
|
||||
)
|
||||
return context
|
||||
|
||||
|
||||
class SetupSmartLinkDocumentTypesView(AssignRemoveView):
|
||||
|
||||
Reference in New Issue
Block a user