add field properties for controlling export of query results to an external database
This commit is contained in:
		
							parent
							
								
									ff3c94d40e
								
							
						
					
					
						commit
						4fc98bc281
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		|  | @ -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 | #  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 | #  it under the terms of the GNU General Public License as published by | ||||||
|  | @ -71,6 +71,8 @@ class Field(Component): | ||||||
|     vocabulary = None |     vocabulary = None | ||||||
|     default = defaultComparisonValue = None |     default = defaultComparisonValue = None | ||||||
|     instance_name = None |     instance_name = None | ||||||
|  |     dbtype = 'string' | ||||||
|  |     dbsize = None | ||||||
|     storeData = True |     storeData = True | ||||||
|     renderer = 'standard' |     renderer = 'standard' | ||||||
|     operator = 'in' |     operator = 'in' | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue