Commit 628bf2c2 authored by Romain Courteaud's avatar Romain Courteaud

erp5_web_renderjs_ui: drop language link

parent b3699b22
Pipeline #17377 failed with stage
in 0 seconds
......@@ -49,9 +49,7 @@
erp5_form: gadget.getDeclaredGadget("erp5_form"),
url_dict: gadget.getUrlForDict({
// Back url
back: {command: 'history_previous'},
// Change language
change_language: {command: 'display', options: {page: 'language'}}
back: {command: 'history_previous'}
})
}))
.push(function (result_dict) {
......@@ -64,8 +62,7 @@
gadget.updateHeader({
page_title: 'Logout',
page_icon: 'power-off',
front_url: result_dict.url_dict.back,
language_url: result_dict.url_dict.change_language
front_url: result_dict.url_dict.back
}),
result_dict.erp5_form.render({
......
......@@ -234,7 +234,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>994.55155.11493.60433</string> </value>
<value> <string>994.55155.56320.57190</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -252,7 +252,7 @@
</tuple>
<state>
<tuple>
<float>1631866791.5</float>
<float>1631893091.69</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