[Lada-commits] [PATCH 1 of 5] Removed field types from orte model

Wald Commits scm-commit at wald.intevation.org
Tue Mar 17 16:05:40 CET 2015


# HG changeset patch
# User Raimund Renkert <raimund.renkert at intevation.de>
# Date 1426604553 -3600
# Node ID f4969c71654afde18cb461d13af8f03dd5a00988
# Parent  fdaabab6f4cc9d7aad4ed70a5328298386a94b27
Removed field types from orte model.

diff -r fdaabab6f4cc -r f4969c71654a app/model/Ort.js
--- a/app/model/Ort.js	Tue Mar 17 14:44:52 2015 +0100
+++ b/app/model/Ort.js	Tue Mar 17 16:02:33 2015 +0100
@@ -13,11 +13,9 @@
     extend: 'Ext.data.Model',
 
     fields: [{
-        name: 'id',
-        type: 'int'
+        name: 'id'
     }, {
-        name: 'ort',
-        type: 'int'
+        name: 'ort'
     }, {
         name: 'probeId'
     }, {


More information about the Lada-commits mailing list