Mercurial > lada > lada-client
changeset 240:910cd477bfda
Added a comment with a list of currently available columns.
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Tue, 23 Jul 2013 11:30:57 +0200 |
parents | f57b496b4caa |
children | 4ca858026191 |
files | app/store/Queries.js |
diffstat | 1 files changed, 17 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/app/store/Queries.js Tue Jul 23 11:30:03 2013 +0200 +++ b/app/store/Queries.js Tue Jul 23 11:30:57 2013 +0200 @@ -1,3 +1,20 @@ +/* + * The following fields are avalailable to show in the search result. Please + * Define which columns should be visible in whioch order in the fields + * variable for each query. + * +'datenbasisId' +'mplId' +'umwId' +'messmethode' +'hauptprobenNr' +'nebenprobenNr' +'bezeichnung' +'kreis' +'probeId' +'mstId' +*/ + Ext.define('Lada.store.Queries', { extend: 'Ext.data.Store', model: 'Lada.model.Query',