admin: fix quick edit visibility link to point to open new dialog (#18728)

This commit is contained in:
Frédéric Péters 2017-09-15 11:03:36 +02:00
parent 0db663f6d0
commit 7bf255d09a
1 changed files with 1 additions and 1 deletions

View File

@ -418,7 +418,7 @@ class WorkflowStatusPage(Directory):
r += _('This status is hidden from the user.')
if not str(self.workflow.id).startswith(str('_')):
r += ' '
r += htmltext('(<a href="visibility" rel="popup">%s</a>)') % _('change')
r += htmltext('(<a href="display" rel="popup">%s</a>)') % _('change')
r += htmltext('</div>')
r += htmltext('<div class="bo-block">')