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