Mercurial > lada > lada-client
comparison app/model/Probenehmer.js @ 1003:15d8c64049d1 stammdatengrids
Datensatzerzeuger now uses the server. Added i18n to confirmation messages
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Fri, 15 Jan 2016 14:42:29 +0100 |
parents | f73ca04d73a7 |
children | 1df6b6210b42 1251094e7500 |
comparison
equal
deleted
inserted
replaced
999:f73ca04d73a7 | 1003:15d8c64049d1 |
---|---|
45 if (!v) { | 45 if (!v) { |
46 return v; | 46 return v; |
47 } | 47 } |
48 return new Date(v); | 48 return new Date(v); |
49 } | 49 } |
50 /* | |
50 }, { | 51 }, { |
51 name: 'treeModified', | 52 name: 'treeModified', |
52 serialize: function(value) { | 53 serialize: function(value) { |
53 if (value === '') { | 54 if (value === '') { |
54 return null; | 55 return null; |
61 if (value === '') { | 62 if (value === '') { |
62 return null; | 63 return null; |
63 } | 64 } |
64 return value; | 65 return value; |
65 } | 66 } |
67 */ | |
66 }], | 68 }], |
67 | 69 |
68 idProperty: 'id', | 70 idProperty: 'id', |
69 | 71 |
70 proxy: { | 72 proxy: { |