Skip to content
Snippets Groups Projects
Commit 19616828 authored by Mirco Nasuti's avatar Mirco Nasuti
Browse files

put back isVariable attribute to deprecated variables API

parent ccc84bb7
No related branches found
No related tags found
No related merge requests found
......@@ -159,6 +159,7 @@ public class VariablesApi {
grp.addProperty("code", element.getAsJsonPrimitive("code").getAsString());
grp.addProperty("label", element.getAsJsonPrimitive("label").getAsString());
var.getAsJsonObject().add("group", grp);
var.getAsJsonObject().addProperty("isVariable", true);
variables.add(new Gson().toJson(var));
}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment