Mercurial > lada > lada-client
diff app/view/window/Ortszuordnung.js @ 1288:08085b7d1d0b
Ortszuordnung: Search, new orte, display and validity check
author | Maximilian Krambach <mkrambach@intevation.de> |
---|---|
date | Fri, 27 Jan 2017 13:25:14 +0100 |
parents | e317ba349204 |
children | bfdc00c24baf |
line wrap: on
line diff
--- a/app/view/window/Ortszuordnung.js Thu Jan 26 17:33:56 2017 +0100 +++ b/app/view/window/Ortszuordnung.js Fri Jan 27 13:25:14 2017 +0100 @@ -16,7 +16,8 @@ requires: [ 'Lada.view.form.Ortszuordnung', 'Lada.view.form.Ortserstellung', - 'Lada.view.panel.Ort' + 'Lada.view.panel.Map', + 'Lada.view.grid.Orte' ], collapsible: true, @@ -26,6 +27,7 @@ constrain: true, probe: null, + parentWindow: null, record: null, grid: null, @@ -35,7 +37,6 @@ */ initComponent: function() { var i18n = Lada.getApplication().bundle; - this.title = i18n.getMsg('ortszuordnung.window.title'); if (this.record && this.probe) { @@ -62,7 +63,6 @@ + ' ' + i18n.getMsg('create'); } - this.buttons = [{ text: i18n.getMsg('close'), scope: this, @@ -82,7 +82,6 @@ } }); - this.items = [{ layout: 'border', bodyStyle: {background: '#fff'},