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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Papa Tamsir Kane
erp5
Commits
e17b6482
Commit
e17b6482
authored
Sep 14, 2017
by
Papa Tamsir Kane
Committed by
Papa Tamsir Kane
Sep 14, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5_officejs: Bookmark Manager, update migration code
parent
df74a9f6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
bt5/erp5_officejs/PathTemplateItem/web_page_module/gadget_officejs_bookmark_page_list_js.js
.../web_page_module/gadget_officejs_bookmark_page_list_js.js
+3
-3
bt5/erp5_officejs/PathTemplateItem/web_page_module/gadget_officejs_bookmark_page_list_js.xml
...web_page_module/gadget_officejs_bookmark_page_list_js.xml
+2
-2
No files found.
bt5/erp5_officejs/PathTemplateItem/web_page_module/gadget_officejs_bookmark_page_list_js.js
View file @
e17b6482
...
...
@@ -18,10 +18,10 @@
// This is migration code from url_string to coordinate_text.
// Can be removed whenever deemed no longer necessary.
// May consider removing aquired method jio_put and setSetting above.
// Also remove [url_string, url_string] from column list below.
// begin migration code
.
allowPublicAcquisition
(
"
jio_allDocs
"
,
function
(
param_list
)
{
var
gadget
=
this
,
data
,
query_result
;
param_list
[
0
].
select_list
.
push
(
'
url_string
'
);
return
gadget
.
jio_allDocs
(
param_list
[
0
])
.
push
(
function
(
result
)
{
query_result
=
result
;
...
...
@@ -50,6 +50,7 @@
}
})
.
push
(
function
()
{
param_list
[
0
].
select_list
.
pop
(
'
url_string
'
);
return
data
;
});
})
...
...
@@ -81,8 +82,7 @@
[
'
reference
'
,
'
Reference
'
],
[
'
title
'
,
'
Title
'
],
[
'
coordinate_text
'
,
'
Url
'
],
[
'
description
'
,
'
Description
'
],
[
'
url_string
'
,
'
url_string
'
]
[
'
description
'
,
'
Description
'
]
];
return
result
[
0
].
render
({
erp5_document
:
{
...
...
bt5/erp5_officejs/PathTemplateItem/web_page_module/gadget_officejs_bookmark_page_list_js.xml
View file @
e17b6482
...
...
@@ -242,7 +242,7 @@
</item>
<item>
<key>
<string>
serial
</string>
</key>
<value>
<string>
962.
4164.48194.47035
</string>
</value>
<value>
<string>
962.
5348.11380.64921
</string>
</value>
</item>
<item>
<key>
<string>
state
</string>
</key>
...
...
@@ -260,7 +260,7 @@
</tuple>
<state>
<tuple>
<float>
15053
11051.82
</float>
<float>
15053
82104.85
</float>
<string>
UTC
</string>
</tuple>
</state>
...
...
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