Commit ee320069 authored by Romain Courteaud's avatar Romain Courteaud

[erp5storage] Remove one not needed queue

parent 86970117
...@@ -73,8 +73,6 @@ ...@@ -73,8 +73,6 @@
}; };
function extractPropertyFromFormJSON(json) { function extractPropertyFromFormJSON(json) {
return new RSVP.Queue()
.push(function () {
var form = json._embedded._view, var form = json._embedded._view,
converted_json = { converted_json = {
portal_type: json._links.type.name portal_type: json._links.type.name
...@@ -125,7 +123,6 @@ ...@@ -125,7 +123,6 @@
result.action_href = form._actions.put.href; result.action_href = form._actions.put.href;
} }
return result; return result;
});
} }
function extractPropertyFromForm(context, id) { function extractPropertyFromForm(context, id) {
......
Markdown is supported
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