Mercurial > lada > lada-client
comparison app/model/Messprogramm.js @ 1217:4270da0f7d3b
Merged branch schema-update into default.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Fri, 14 Oct 2016 18:34:19 +0200 |
parents | 05c8bd380fd5 |
children | 390dabbf27ed |
comparison
equal
deleted
inserted
replaced
1216:75e5caebd392 | 1217:4270da0f7d3b |
---|---|
23 serialize: function(value) { | 23 serialize: function(value) { |
24 if (value === '') { | 24 if (value === '') { |
25 return null; | 25 return null; |
26 } | 26 } |
27 return value; | 27 return value; |
28 } | 28 }, |
29 persist: false | |
29 }, { | 30 }, { |
30 name: 'mstId' | 31 name: 'mstId' |
31 }, { | 32 }, { |
32 name: 'laborMstId' | 33 name: 'laborMstId' |
33 }, { | |
34 name: 'name' | |
35 }, { | 34 }, { |
36 name: 'datenbasisId' | 35 name: 'datenbasisId' |
37 }, { | 36 }, { |
38 name: 'baId' | 37 name: 'baId' |
39 }, { | 38 }, { |