Commit fe2078a1 authored by Roque's avatar Roque

erp5_officejs: bootloader backward compatibility for monitoring landing

parent 1047a2c8
...@@ -104,6 +104,14 @@ var repair = false; ...@@ -104,6 +104,14 @@ var repair = false;
'#page=settings_configurator', '#page=settings_configurator',
'#/?page=settings_configurator' '#/?page=settings_configurator'
); );
} else if (gadget.props.redirect_url.hash
.startsWith('#page=ojsm_landing')) {
// Make monitoring app still compatible with old instances setup URLs
gadget.props.redirect_url.hash =
gadget.props.redirect_url.hash.replace(
'#page=ojsm_landing',
'#/?page=ojsm_landing'
);
} }
} }
}) })
......
...@@ -234,7 +234,7 @@ ...@@ -234,7 +234,7 @@
</item> </item>
<item> <item>
<key> <string>actor</string> </key> <key> <string>actor</string> </key>
<value> <string>zope</string> </value> <value> <unicode>zope</unicode> </value>
</item> </item>
<item> <item>
<key> <string>comment</string> </key> <key> <string>comment</string> </key>
...@@ -248,7 +248,7 @@ ...@@ -248,7 +248,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>996.26493.30077.17766</string> </value> <value> <string>1021.28560.35460.52275</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -268,7 +268,7 @@ ...@@ -268,7 +268,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1637925065.64</float> <float>1734538594.95</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </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