[Lada-commits] [PATCH 4 of 9] On Default the proben list will have no columns at all. The are added
Wald Commits
scm-commit at wald.intevation.org
Tue Jul 23 11:46:32 CEST 2013
# HG changeset patch
# User Torsten Irländer <torsten.irlaender at intevation.de>
# Date 1374571777 -7200
# Node ID 2a23fcca8ead2649b1a919090266d3936cbb307c
# Parent bc2d46a67bbdb83e71cfff54d78854482ebf36e5
On Default the proben list will have no columns at all. The are added
dynamically later when the user selects a search query.
diff -r bc2d46a67bbd -r 2a23fcca8ead app/view/proben/List.js
--- a/app/view/proben/List.js Tue Jul 23 11:28:46 2013 +0200
+++ b/app/view/proben/List.js Tue Jul 23 11:29:37 2013 +0200
@@ -36,18 +36,7 @@
]
}
];
- this.columns = [
- {header: 'Datenbasis', dataIndex: 'datenbasisId', width: 70},
- {header: 'MPL', dataIndex: 'mplId', width: 50},
- {header: 'UWB', dataIndex: 'umwId', width: 50},
- {header: 'MMT', dataIndex: 'messmethode'},
- {header: 'HPNR', dataIndex: 'hauptprobenNr'},
- {header: 'NPNR', dataIndex: 'nebenprobenNr'},
- {header: 'E.Gemeinde', dataIndex: 'bezeichnung', flex: 1},
- {header: 'Ursprungsgemeinde', dataIndex: 'kreis', flex: 1},
- {header: 'ProbeID', dataIndex: 'probeId'},
- {header: 'MST', dataIndex: 'mstId', width: 50}
- ];
+ this.columns = [];
this.callParent(arguments);
}
});
More information about the Lada-commits
mailing list