[Lada-commits] [PATCH 2 of 9] Removed messungs-id column in messung grid
Wald Commits
scm-commit at wald.intevation.org
Thu Mar 10 10:15:33 CET 2016
# HG changeset patch
# User Raimund Renkert <raimund.renkert at intevation.de>
# Date 1457532257 -3600
# Node ID 7d7b691713aa8a2c765d2ad032880ce0461d5ef1
# Parent 239e0ebb97e0408495f6de8a15a798cee7c2e202
Removed messungs-id column in messung grid.
diff -r 239e0ebb97e0 -r 7d7b691713aa app/view/grid/Messung.js
--- a/app/view/grid/Messung.js Wed Mar 09 15:03:13 2016 +0100
+++ b/app/view/grid/Messung.js Wed Mar 09 15:04:17 2016 +0100
@@ -44,13 +44,6 @@
}]
}];
this.columns = [{
- header: 'Mess-ID',
- dataIndex: 'id',
- flex: 1,
- editor: {
- allowBlank: false
- }
- }, {
header: 'Nebenproben-Nr.',
dataIndex: 'nebenprobenNr',
flex: 1,
More information about the Lada-commits
mailing list