Commit 51ac520e authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_jio: Return to the module instead for history_previous

parent 2ce2b60e
......@@ -123,7 +123,7 @@
})
.push(function (result) {
return RSVP.all([
gadget.getUrlFor({command: 'history_previous'})
gadget.getUrlFor({command: 'change', options: {page: "slap_controller"}})
]);
})
.push(function (url_list) {
......
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