Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boris Kocherov
erp5
Commits
9ef05039
Commit
9ef05039
authored
Jan 17, 2017
by
Boris Kocherov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5_officejs: codeeditor: fix jio_configurator link
parent
8ef2911c
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
39 additions
and
7 deletions
+39
-7
bt5/erp5_officejs/PathTemplateItem/web_page_module/codeeditor_gadget_officejs_jio_js.js
...Item/web_page_module/codeeditor_gadget_officejs_jio_js.js
+1
-1
bt5/erp5_officejs/PathTemplateItem/web_page_module/codeeditor_gadget_officejs_jio_js.xml
...tem/web_page_module/codeeditor_gadget_officejs_jio_js.xml
+18
-2
bt5/erp5_officejs/PathTemplateItem/web_page_module/codeeditor_gadget_officejs_page_jio_dav_configurator_js.js
...odeeditor_gadget_officejs_page_jio_dav_configurator_js.js
+1
-1
bt5/erp5_officejs/PathTemplateItem/web_page_module/codeeditor_gadget_officejs_page_jio_dav_configurator_js.xml
...deeditor_gadget_officejs_page_jio_dav_configurator_js.xml
+18
-2
bt5/erp5_officejs/PathTemplateItem/web_page_module/codeeditor_gadget_officejs_page_jio_erp5_configurator_js.js
...deeditor_gadget_officejs_page_jio_erp5_configurator_js.js
+1
-1
No files found.
bt5/erp5_officejs/PathTemplateItem/web_page_module/codeeditor_gadget_officejs_jio_js.js
View file @
9ef05039
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
function
wrapJioCall
(
gadget
,
method_name
,
argument_list
)
{
function
wrapJioCall
(
gadget
,
method_name
,
argument_list
)
{
var
storage
=
gadget
.
state_parameter_dict
.
jio_storage
;
var
storage
=
gadget
.
state_parameter_dict
.
jio_storage
;
if
(
storage
===
undefined
)
{
if
(
storage
===
undefined
)
{
return
gadget
.
redirect
({
page
:
"
jio_configurator
"
});
return
gadget
.
redirect
({
page
:
"
jio_co
de_editor_co
nfigurator
"
});
}
}
return
storage
[
method_name
].
apply
(
storage
,
argument_list
)
return
storage
[
method_name
].
apply
(
storage
,
argument_list
)
.
push
(
undefined
,
function
(
error
)
{
.
push
(
undefined
,
function
(
error
)
{
...
...
bt5/erp5_officejs/PathTemplateItem/web_page_module/codeeditor_gadget_officejs_jio_js.xml
View file @
9ef05039
...
@@ -73,14 +73,30 @@
...
@@ -73,14 +73,30 @@
<key>
<string>
default_reference
</string>
</key>
<key>
<string>
default_reference
</string>
</key>
<value>
<string>
gadget_officejs_jio.js
</string>
</value>
<value>
<string>
gadget_officejs_jio.js
</string>
</value>
</item>
</item>
<item>
<key>
<string>
description
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<item>
<key>
<string>
id
</string>
</key>
<key>
<string>
id
</string>
</key>
<value>
<string>
codeeditor_gadget_officejs_jio_js
</string>
</value>
<value>
<string>
codeeditor_gadget_officejs_jio_js
</string>
</value>
</item>
</item>
<item>
<key>
<string>
language
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<item>
<key>
<string>
portal_type
</string>
</key>
<key>
<string>
portal_type
</string>
</key>
<value>
<string>
Web Script
</string>
</value>
<value>
<string>
Web Script
</string>
</value>
</item>
</item>
<item>
<key>
<string>
revision
</string>
</key>
<value>
<string>
2
</string>
</value>
</item>
<item>
<item>
<key>
<string>
title
</string>
</key>
<key>
<string>
title
</string>
</key>
<value>
<string>
Jio Gadget JS
</string>
</value>
<value>
<string>
Jio Gadget JS
</string>
</value>
...
@@ -218,7 +234,7 @@
...
@@ -218,7 +234,7 @@
</item>
</item>
<item>
<item>
<key>
<string>
serial
</string>
</key>
<key>
<string>
serial
</string>
</key>
<value>
<string>
95
5.55463.23431.12800
</string>
</value>
<value>
<string>
95
6.25809.26818.60245
</string>
</value>
</item>
</item>
<item>
<item>
<key>
<string>
state
</string>
</key>
<key>
<string>
state
</string>
</key>
...
@@ -236,7 +252,7 @@
...
@@ -236,7 +252,7 @@
</tuple>
</tuple>
<state>
<state>
<tuple>
<tuple>
<float>
148
1295802.04
</float>
<float>
148
4644952.88
</float>
<string>
UTC
</string>
<string>
UTC
</string>
</tuple>
</tuple>
</state>
</state>
...
...
bt5/erp5_officejs/PathTemplateItem/web_page_module/codeeditor_gadget_officejs_page_jio_dav_configurator_js.js
View file @
9ef05039
...
@@ -93,7 +93,7 @@
...
@@ -93,7 +93,7 @@
var
gadget
=
this
;
var
gadget
=
this
;
return
gadget
.
updateHeader
({
return
gadget
.
updateHeader
({
title
:
"
Connect To DAV Storage
"
,
title
:
"
Connect To DAV Storage
"
,
back_url
:
"
#page=jio_configurator
"
,
back_url
:
"
#page=jio_co
de_editor_co
nfigurator
"
,
panel_action
:
false
panel_action
:
false
}).
push
(
function
()
{
}).
push
(
function
()
{
return
gadget
.
props
.
deferred
.
resolve
();
return
gadget
.
props
.
deferred
.
resolve
();
...
...
bt5/erp5_officejs/PathTemplateItem/web_page_module/codeeditor_gadget_officejs_page_jio_dav_configurator_js.xml
View file @
9ef05039
...
@@ -73,14 +73,30 @@
...
@@ -73,14 +73,30 @@
<key>
<string>
default_reference
</string>
</key>
<key>
<string>
default_reference
</string>
</key>
<value>
<string>
gadget_officejs_page_jio_dav_configurator.js
</string>
</value>
<value>
<string>
gadget_officejs_page_jio_dav_configurator.js
</string>
</value>
</item>
</item>
<item>
<key>
<string>
description
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<item>
<key>
<string>
id
</string>
</key>
<key>
<string>
id
</string>
</key>
<value>
<string>
codeeditor_gadget_officejs_page_jio_dav_configurator_js
</string>
</value>
<value>
<string>
codeeditor_gadget_officejs_page_jio_dav_configurator_js
</string>
</value>
</item>
</item>
<item>
<key>
<string>
language
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<item>
<key>
<string>
portal_type
</string>
</key>
<key>
<string>
portal_type
</string>
</key>
<value>
<string>
Web Script
</string>
</value>
<value>
<string>
Web Script
</string>
</value>
</item>
</item>
<item>
<key>
<string>
revision
</string>
</key>
<value>
<string>
2
</string>
</value>
</item>
<item>
<item>
<key>
<string>
title
</string>
</key>
<key>
<string>
title
</string>
</key>
<value>
<string>
OfficeJS jIO DAV Configurator Page JS
</string>
</value>
<value>
<string>
OfficeJS jIO DAV Configurator Page JS
</string>
</value>
...
@@ -218,7 +234,7 @@
...
@@ -218,7 +234,7 @@
</item>
</item>
<item>
<item>
<key>
<string>
serial
</string>
</key>
<key>
<string>
serial
</string>
</key>
<value>
<string>
95
5.55463.34187.48947
</string>
</value>
<value>
<string>
95
6.25809.26818.60245
</string>
</value>
</item>
</item>
<item>
<item>
<key>
<string>
state
</string>
</key>
<key>
<string>
state
</string>
</key>
...
@@ -236,7 +252,7 @@
...
@@ -236,7 +252,7 @@
</tuple>
</tuple>
<state>
<state>
<tuple>
<tuple>
<float>
148
1295811.83
</float>
<float>
148
4644951.11
</float>
<string>
UTC
</string>
<string>
UTC
</string>
</tuple>
</tuple>
</state>
</state>
...
...
bt5/erp5_officejs/PathTemplateItem/web_page_module/codeeditor_gadget_officejs_page_jio_erp5_configurator_js.js
View file @
9ef05039
...
@@ -113,7 +113,7 @@
...
@@ -113,7 +113,7 @@
var
gadget
=
this
;
var
gadget
=
this
;
return
gadget
.
updateHeader
({
return
gadget
.
updateHeader
({
title
:
"
Connect To ERP5 Storage
"
,
title
:
"
Connect To ERP5 Storage
"
,
back_url
:
"
#page=jio_configurator
"
,
back_url
:
"
#page=jio_co
de_editor_co
nfigurator
"
,
panel_action
:
false
panel_action
:
false
})
})
.
push
(
function
()
{
.
push
(
function
()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment