Commit 4500f50c authored by Vincent Bechu's avatar Vincent Bechu

[erp5_officejs_ooffice] Add dowload link in text view

parent 13501290
......@@ -184,7 +184,11 @@
return RSVP.all([
gadget.getUrlFor({command: 'history_previous'}),
gadget.getUrlFor({command: 'selection_previous'}),
gadget.getUrlFor({command: 'selection_next'})
gadget.getUrlFor({command: 'selection_next'}),
gadget.getUrlFor({
command: 'change',
options: {page: 'ojs_download_convert'}
})
]);
})
.push(function (url_list) {
......@@ -193,7 +197,8 @@
selection_url: url_list[0],
previous_url: url_list[1],
next_url: url_list[2],
save_action: true
save_action: true,
download_url: url_list[3]
});
});
});
......
......@@ -219,7 +219,7 @@
</item>
<item>
<key> <string>actor</string> </key>
<value> <string>vincent</string> </value>
<value> <string>zope</string> </value>
</item>
<item>
<key> <string>comment</string> </key>
......@@ -233,7 +233,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>964.54546.48173.5239</string> </value>
<value> <string>966.44435.28144.21572</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -251,7 +251,7 @@
</tuple>
<state>
<tuple>
<float>1516871791.58</float>
<float>1523458625.96</float>
<string>UTC</string>
</tuple>
</state>
......
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