Mercurial > lada > lada-client
comparison app/model/Probenzusatz.js @ 702:0c8e689f3bcb
Added readonly to models, Probenzusatzwertgrid does now check wheter a record is readonly and disables the roweditor in such a case
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Fri, 27 Mar 2015 10:20:22 +0100 |
parents | c5b8896768a2 |
children | f73ca04d73a7 |
comparison
equal
deleted
inserted
replaced
701:f0bc5387abcc | 702:0c8e689f3bcb |
---|---|
24 name: 'id' | 24 name: 'id' |
25 }, { | 25 }, { |
26 name: 'owner', | 26 name: 'owner', |
27 type: 'boolean' | 27 type: 'boolean' |
28 }, { | 28 }, { |
29 name: 'readonly', | |
30 type: 'boolean', | |
31 persist: false | |
32 }, { | |
29 name: 'beschreibung' | 33 name: 'beschreibung' |
30 }, { | 34 }, { |
31 name: 'mehId', | 35 name: 'mehId', |
32 type: 'int' | 36 type: 'int' |
33 }, { | 37 }, { |