Mercurial > lada > lada-client
comparison app/model/Probe.js @ 689:c07419f07a0c
Added field treeModified to models.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Wed, 25 Mar 2015 16:45:29 +0100 |
parents | 394c12b7bb21 |
children | c31644b3d445 |
comparison
equal
deleted
inserted
replaced
688:6a6d1b02a1a3 | 689:c07419f07a0c |
---|---|
113 defaultValue: new Date() | 113 defaultValue: new Date() |
114 }, { | 114 }, { |
115 name: 'readonly', | 115 name: 'readonly', |
116 type: 'bool', | 116 type: 'bool', |
117 persist: false | 117 persist: false |
118 }, { | |
119 name: 'treeModified' | |
118 }], | 120 }], |
119 | 121 |
120 idProperty: 'id', | 122 idProperty: 'id', |
121 | 123 |
122 proxy: { | 124 proxy: { |