[Lada-commits] [PATCH 04 of 10] Moved messungen field in probe edit window up
Wald Commits
scm-commit at wald.intevation.org
Thu Mar 12 15:52:36 CET 2015
# HG changeset patch
# User Raimund Renkert <raimund.renkert at intevation.de>
# Date 1426171758 -3600
# Node ID f9c2e82ebc20c7f1d1c752a10cda6d7c52183112
# Parent 339741bc6ebff00468c8d42341f0397ae4d911eb
Moved messungen field in probe edit window up.
diff -r 339741bc6ebf -r f9c2e82ebc20 app/view/window/ProbeEdit.js
--- a/app/view/window/ProbeEdit.js Thu Mar 12 15:48:34 2015 +0100
+++ b/app/view/window/ProbeEdit.js Thu Mar 12 15:49:18 2015 +0100
@@ -53,6 +53,18 @@
items: [{
xtype: 'probeform',
recordId: this.record.get('id')
+ }, {
+ xtype: 'fset',
+ name: 'messungen',
+ title: 'Messungen',
+ padding: '5, 5',
+ margin: 5,
+ collapsible: false,
+ collapsed: false,
+ items: [{
+ xtype: 'messunggrid',
+ recordId: this.record.get('id')
+ }]
}, {
xtype: 'fset',
name: 'orte',
@@ -87,18 +99,6 @@
xtype: 'pkommentargrid',
recordId: this.record.get('id')
}]
- }, {
- xtype: 'fset',
- name: 'messungen',
- title: 'Messungen',
- padding: '5, 5',
- margin: 5,
- collapsible: false,
- collapsed: false,
- items: [{
- xtype: 'messunggrid',
- recordId: this.record.get('id')
- }]
}]
}];
this.callParent(arguments);
More information about the Lada-commits
mailing list