fixed issue 1616:possible problem with hideerror for list:string

This commit is contained in:
mdipierro
2013-09-01 11:17:16 -05:00
parent c87482bdee
commit 085b4a0d15
2 changed files with 3 additions and 3 deletions

View File

@@ -1 +1 @@
Version 2.6.0-development+timestamp.2013.09.01.10.23.10
Version 2.6.0-development+timestamp.2013.09.01.11.16.29

View File

@@ -841,8 +841,8 @@ class DIV(XmlComponent):
c.latest = self.latest
c.session = self.session
c.formname = self.formname
c['hideerror'] = hideerror or \
self.attributes.get('hideerror', False)
if not c.attributes.get('hideerror'):
c['hideerror'] = hideerror or self.attributes.get('hideerror')
newstatus = c._traverse(status, hideerror) and newstatus
# for input, textarea, select, option