Commit 1b2cb43d authored by Cédric Le Ninivin's avatar Cédric Le Ninivin

App list redirect to filtered editor list for edit

parent 5ac5981d
......@@ -16,8 +16,8 @@
for (var i = 0; i < app_list.length; i += 1) {
promise_list.push(RSVP.all([
gadget.getUrlFor({
page: "editor",
url: app_list[i].application_edit_page
page: "url_list",
pattern: app_list[i].application_url
}),
gadget.getUrlFor({
page: "save_load",
......
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