Mercurial > lada > lada-client
comparison app/model/Messprogramm.js @ 1181:52bf58630e58 schema-update
Updated model.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Wed, 31 Aug 2016 15:54:12 +0200 |
parents | 6d06ae7c553c |
children |
comparison
equal
deleted
inserted
replaced
1174:6d06ae7c553c | 1181:52bf58630e58 |
---|---|
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 }, { |