Commit 0c7440c5 authored by Cédric Le Ninivin's avatar Cédric Le Ninivin

Add App Page: Redirect to URL list after adding app

parent e96822cb
......@@ -187,7 +187,7 @@
})
.push(function () {
logAddApp(gadget, "Redirecting to Editor");
return gadget.redirect({page: "editor", url: options.default_page});
return gadget.redirect({page: "url_list"});
})
.push(undefined, function (error) {
logAddApp(gadget, error);
......
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