misc: always add wcs.listing.js when displaying global listing

This commit is contained in:
Frédéric Péters 2015-09-30 15:34:26 +02:00
parent 5e19aaf305
commit bf2947ffea
1 changed files with 1 additions and 0 deletions

View File

@ -285,6 +285,7 @@ class ManagementDirectory(Directory):
if not get_publisher().is_using_postgresql():
raise errors.TraversalError()
get_response().add_javascript(['jquery.js', 'jquery-ui.js', 'wcs.listing.js'])
get_response().breadcrumb.append(('listing', _('List of Forms')))
from wcs import sql
html_top('management', _('Management'))