Skip to content
Snippets Groups Projects
Commit 1832dab0 authored by Adam Laskowski's avatar Adam Laskowski
Browse files

SSDM-55: fixed js api

parent a1f40b63
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
...@@ -263,7 +263,7 @@ define([ "stjs", "as/dto/common/update/FieldUpdateValue", "as/dto/common/update/ ...@@ -263,7 +263,7 @@ define([ "stjs", "as/dto/common/update/FieldUpdateValue", "as/dto/common/update/
}, },
properties : { properties : {
name : "Map", name : "Map",
arguments : [ "String", "String" ] arguments : [ "String", "Serializable" ]
}, },
tagIds : { tagIds : {
name : "IdListUpdateValue", name : "IdListUpdateValue",
......
...@@ -181,7 +181,7 @@ define([ "stjs", "as/dto/common/update/FieldUpdateValue", "as/dto/common/update/ ...@@ -181,7 +181,7 @@ define([ "stjs", "as/dto/common/update/FieldUpdateValue", "as/dto/common/update/
experimentId : "IExperimentId", experimentId : "IExperimentId",
properties : { properties : {
name : "Map", name : "Map",
arguments : [ "String", "String" ] arguments : [ "String", "Serializable" ]
}, },
projectId : { projectId : {
name : "FieldUpdateValue", name : "FieldUpdateValue",
......
...@@ -232,7 +232,7 @@ define([ "stjs", "util/Exceptions" ], function(stjs, exceptions) { ...@@ -232,7 +232,7 @@ define([ "stjs", "util/Exceptions" ], function(stjs, exceptions) {
modificationDate : "Date", modificationDate : "Date",
properties : { properties : {
name : "Map", name : "Map",
arguments : [ "String", "String" ] arguments : [ "String", "Serializable" ]
}, },
materialProperties : { materialProperties : {
name : "Map", name : "Map",
......
...@@ -135,7 +135,7 @@ define([ "stjs", "as/dto/common/update/IdListUpdateValue" ], function(stjs, IdLi ...@@ -135,7 +135,7 @@ define([ "stjs", "as/dto/common/update/IdListUpdateValue" ], function(stjs, IdLi
materialId : "IMaterialId", materialId : "IMaterialId",
properties : { properties : {
name : "Map", name : "Map",
arguments : [ "String", "String" ] arguments : [ "String", "Serializable" ]
}, },
tagIds : { tagIds : {
name : "IdListUpdateValue", name : "IdListUpdateValue",
......
...@@ -281,7 +281,7 @@ define([ "stjs", "as/dto/common/update/FieldUpdateValue", "as/dto/common/update/ ...@@ -281,7 +281,7 @@ define([ "stjs", "as/dto/common/update/FieldUpdateValue", "as/dto/common/update/
}, },
properties : { properties : {
name : "Map", name : "Map",
arguments : [ "String", "String" ] arguments : [ "String", "Serializable" ]
}, },
containerId : { containerId : {
name : "FieldUpdateValue", name : "FieldUpdateValue",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment