add field properties for controlling export of query results to an external database

This commit is contained in:
Helmut Merz 2014-02-09 10:24:59 +01:00
parent ff3c94d40e
commit 4fc98bc281

View file

@ -1,5 +1,5 @@
#
# Copyright (c) 2012 Helmut Merz helmutm@cy55.de
# Copyright (c) 2014 Helmut Merz helmutm@cy55.de
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@ -71,6 +71,8 @@ class Field(Component):
vocabulary = None
default = defaultComparisonValue = None
instance_name = None
dbtype = 'string'
dbsize = None
storeData = True
renderer = 'standard'
operator = 'in'