Commit 15392c6a authored by Roque's avatar Roque

erp5_wendelin_data_lake_ui: use Base_getUserCaption script to get logged in user

parent 43e5b9bf
...@@ -233,7 +233,7 @@ ...@@ -233,7 +233,7 @@
.push(function () { .push(function () {
return jIO.util.ajax({ return jIO.util.ajax({
type: "GET", type: "GET",
url: new URL('./ERP5Site_getUserName', window.location.href) url: new URL('./Base_getUserCaption', window.location.href)
}); });
}) })
.push(function (result) { .push(function (result) {
......
...@@ -236,7 +236,7 @@ ...@@ -236,7 +236,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>985.18881.59706.59153</string> </value> <value> <string>986.21381.25290.13141</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -254,7 +254,7 @@ ...@@ -254,7 +254,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1594905727.52</float> <float>1598988152.37</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
...@@ -94,7 +94,7 @@ ...@@ -94,7 +94,7 @@
.push(function () { .push(function () {
return jIO.util.ajax({ return jIO.util.ajax({
type: "GET", type: "GET",
url: new URL('./ERP5Site_getUserName', window.location.href) url: new URL('./Base_getUserCaption', window.location.href)
}); });
}) })
.push(function (result) { .push(function (result) {
......
...@@ -236,7 +236,7 @@ ...@@ -236,7 +236,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>985.24907.61542.62720</string> </value> <value> <string>985.24909.21409.59340</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -254,7 +254,7 @@ ...@@ -254,7 +254,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1595267359.56</float> <float>1598988297.19</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