fix date displayed in modified column (#4684)

This commit is contained in:
Frédéric Péters 2014-04-14 09:10:02 +02:00
parent 6e013806c1
commit dc81f71fc4
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ class UpdateColumn(column.DateColumn):
grok.name('dms.update')
grok.adapts(Interface, Interface, VersionsTable)
header = PMF(u"listingheader_modified")
attribute = 'modification_date'
attribute = 'modified'
weight = 40