Commit 94674b72 authored by Sebastien Robin's avatar Sebastien Robin Committed by Eteri

MONITORING erp5_web_renderjs_ui: add needed support for latest ERP5 changes

parent 2bbc37bc
......@@ -480,6 +480,10 @@
.allowPublicAcquisition('isDesktopMedia', function isDesktopMedia() {
return window.matchMedia("(min-width: 85em)").matches;
})
.allowPublicAcquisition("getSelectedLanguage",
function getSelectedLanguage() {
return route(this, 'translation_gadget', 'getSelectedLanguage');
})
/////////////////////////////////////////////////////////////////
// declared methods
/////////////////////////////////////////////////////////////////
......
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