Closed
Bug 727322
Opened 13 years ago
Closed 13 years ago
"bulk edit" button on https://build.inventory.mozilla.org/en-US/build is broken
Categories
(mozilla.org Graveyard :: Server Operations: Projects, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: joduinn, Assigned: rtucker)
Details
(not sure if this is correct component, please move as needed)
In inventoryf you click on "bulk edit", it throws the following exception:
TemplateSyntaxError at /build/bulk/
Could not parse the remainder: '()' from 'field.label_tag()'
Request Method: GET
Request URL: http://build.inventory.mozilla.org/en-US/build/bulk/?submit=Bulk+Edit
Django Version: 1.3.1
Exception Type: TemplateSyntaxError
Exception Value:
Could not parse the remainder: '()' from 'field.label_tag()'
Exception Location: /data/www/inventory.mozilla.org/inventory/vendor/src/django/django/template/base.py in __init__, line 502
Python Executable: /usr/bin/python
Python Version: 2.6.6
Python Path:
['/data/www/inventory.mozilla.org',
'/data/www/inventory.mozilla.org/inventory/apps',
'/data/www/inventory.mozilla.org/inventory/lib',
'/data/www/inventory.mozilla.org/inventory/vendor-local',
'/data/www/inventory.mozilla.org/inventory/vendor-local/src/django-piston',
'/data/www/inventory.mozilla.org/inventory/vendor-local/src/django-multidb-router',
'/data/www/inventory.mozilla.org/inventory/vendor-local/lib/python',
'/data/www/inventory.mozilla.org/inventory/vendor',
'/data/www/inventory.mozilla.org/inventory/vendor/src/commonware',
'/data/www/inventory.mozilla.org/inventory/vendor/src/django',
'/data/www/inventory.mozilla.org/inventory/vendor/src/django-arecibo',
'/data/www/inventory.mozilla.org/inventory/vendor/src/django-mobility',
'/data/www/inventory.mozilla.org/inventory/vendor/src/django-mozilla-product-details',
'/data/www/inventory.mozilla.org/inventory/vendor/src/django-nose',
'/data/www/inventory.mozilla.org/inventory/vendor/src/django-sha2',
'/data/www/inventory.mozilla.org/inventory/vendor/src/funfactory',
'/data/www/inventory.mozilla.org/inventory/vendor/src/jingo',
'/data/www/inventory.mozilla.org/inventory/vendor/src/jingo-minify',
'/data/www/inventory.mozilla.org/inventory/vendor/src/nuggets',
'/data/www/inventory.mozilla.org/inventory/vendor/src/schematic',
'/data/www/inventory.mozilla.org/inventory/vendor/src/test-utils',
'/data/www/inventory.mozilla.org/inventory/vendor/src/tower',
'/data/www/inventory.mozilla.org/inventory/vendor/src/bleach',
'/data/www/inventory.mozilla.org/inventory/vendor/src/django-session-csrf',
'/data/www/inventory.mozilla.org/inventory/vendor/lib/python',
'/usr/lib/python26.zip',
'/usr/lib/python2.6',
'/usr/lib/python2.6/plat-linux2',
'/usr/lib/python2.6/lib-tk',
'/usr/lib/python2.6/lib-old',
'/usr/lib/python2.6/lib-dynload',
'/usr/lib/python2.6/site-packages',
'/usr/lib/python2.6/site-packages/gtk-2.0',
'/usr/lib/python2.6/site-packages/setuptools-0.6c11-py2.6.egg-info',
'/data/www/inventory.mozilla.org/inventory',
'/data/www/inventory.mozilla.org/inventory',
'/data/www/inventory.mozilla.org/inventory',
'/data/www/inventory.mozilla.org/inventory/adapters',
'/data/www/inventory.mozilla.org/inventory/libs',
'/data/www/inventory.mozilla.org/inventory/modules',
'/data/www/inventory.mozilla.org/inventory/vendor',
'/data/www/inventory.mozilla.org/inventory',
'/data/www/inventory.mozilla.org/inventory/adapters',
'/data/www/inventory.mozilla.org/inventory/libs',
'/data/www/inventory.mozilla.org/inventory/modules',
'/data/www/inventory.mozilla.org/inventory/vendor']
Server time: Tue, 14 Feb 2012 17:39:21 -0800
Comment 1•13 years ago
|
||
I'm not sure what that ever did - I never used that option. While rtucker takes a look, is there something in particular that you wanted to change? If it's more than a quickie that I can do here, please file a relops bug for it and we'll take care of it.
Assignee: server-ops-releng → rtucker
Component: Server Operations: RelEng → Server Operations: Projects
QA Contact: zandr → mrz
Assignee | ||
Comment 2•13 years ago
|
||
Discrepancy between jinja2 and the built in django templating engine. This is now resolved.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Product: mozilla.org → mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•