[gen] Added attribute Field.view allowing to specify, for any field, an alternative pxView.
This commit is contained in:
parent
186175250d
commit
e01615476b
17 changed files with 45 additions and 36 deletions
|
@ -533,6 +533,8 @@ class BaseMixin:
|
|||
except Exception, e:
|
||||
tb = sutils.Traceback.get()
|
||||
res = XmlMarshaller(rootTag='exception').marshall(tb)
|
||||
import transaction
|
||||
transaction.abort()
|
||||
return res
|
||||
|
||||
def say(self, msg, type='info'):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue