Commit 9d49ad29 authored by Sven Franck's avatar Sven Franck

ticket update implemented. missing ticket status query to finish

parent 183d09a0
......@@ -33,11 +33,7 @@
"theme": "slapos-white",
"view_dict": {
"default": [
{
"generate": "gadget",
"type": "listbox",
"href": "ticket_status"
},
{
"generate": "gadget",
"type": "fieldlist",
......
......@@ -1571,7 +1571,7 @@
storage["items"].get({"_id": obj.state.fragment_list[1]},{"_view": "web_view"})
.then(function(response) {
return jIO.util.ajax({
"url": util.parse(response).data._actions.update_allocation_scope.href,
"url": util.parse(response).data._actions.update.href,
"type": "POST",
"data": formData
});
......
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