[Lada-commits] [PATCH 6 of 9] Added a comment with a list of currently available columns

Wald Commits scm-commit at wald.intevation.org
Tue Jul 23 11:46:34 CEST 2013


# HG changeset patch
# User Torsten Irländer <torsten.irlaender at intevation.de>
# Date 1374571857 -7200
# Node ID 910cd477bfda71720b91d3b1c89537095c59d3b4
# Parent  f57b496b4caa205c1493ee2781129690d84ae4c8
Added a comment with a list of currently available columns.

diff -r f57b496b4caa -r 910cd477bfda app/store/Queries.js
--- 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',


More information about the Lada-commits mailing list