Lot of changes in the user editor
[lgpl/argeo-commons.git] / security / runtime / org.argeo.security.ria / src / argeo-ria-lib / security / class / org / argeo / security / ria / model / Nature.js
index ff61c7be5927a90a2cffcec2863eca29982dde6f..981476b3c5a5f2c674d7c4c1ced2a64e7f8baef7 100644 (file)
@@ -1,9 +1,6 @@
 qx.Class.define("org.argeo.security.ria.model.Nature", {\r
        extend : qx.core.Object,\r
        properties : {\r
-               uuid : {\r
-                       check : "String"\r
-               },\r
                type : {\r
                        check : "String"\r
                },\r
@@ -16,7 +13,7 @@ qx.Class.define("org.argeo.security.ria.model.Nature", {
        },\r
        members : {\r
                load : function(data, format){\r
-                       \r
+                       this.setData(data);\r
                }\r
        }       \r
 });
\ No newline at end of file