Commit 04258a4e authored by Jérome Perrin's avatar Jérome Perrin

Listbox: don't generate link for summary line

It would be a link to the domain, category or temp domain, which is useless for
end users.
Signed-off-by: Aurel's avatarAurélien Calonne <aurel@nexedi.com>
parent 6277bcc4
......@@ -2383,7 +2383,7 @@ class ListBoxHTMLRendererLine(ListBoxRendererLine):
editable_field = renderer.getEditableField(alias)
# Prepare link value - we now use it for both static and field rendering
no_link = False
no_link = self.isSummary()
url_method = None
url = None
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment