Mercurial > lada > lada-client
comparison app/view/window/ProbeEdit.js @ 681:f373446325b4
a probe can not be edited when the readonly flag was sent by the server
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Tue, 24 Mar 2015 15:33:11 +0100 |
parents | fdaabab6f4cc |
children | 69cb367c0a63 |
comparison
equal
deleted
inserted
replaced
680:31fc4f94f98f | 681:f373446325b4 |
---|---|
51 this.items = [{ | 51 this.items = [{ |
52 border: 0, | 52 border: 0, |
53 autoScroll: true, | 53 autoScroll: true, |
54 items: [{ | 54 items: [{ |
55 xtype: 'probeform', | 55 xtype: 'probeform', |
56 recordId: this.record.get('id') | 56 recordId: this.record.get('id'), |
57 readonly: this.record.get('readonly') | |
57 }, { | 58 }, { |
58 xtype: 'fset', | 59 xtype: 'fset', |
59 name: 'messungen', | 60 name: 'messungen', |
60 title: 'Messungen', | 61 title: 'Messungen', |
61 padding: '5, 5', | 62 padding: '5, 5', |