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
preetwinder
erp5
Commits
36ce29f5
Commit
36ce29f5
authored
Sep 29, 2017
by
preetwinder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[erp5_officejs] Add link description to post in WallSearch
parent
2c94a557
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
6 deletions
+10
-6
bt5/erp5_officejs/PathTemplateItem/web_page_module/ojs_facebook_configurator_js.js
...plateItem/web_page_module/ojs_facebook_configurator_js.js
+2
-2
bt5/erp5_officejs/PathTemplateItem/web_page_module/ojs_facebook_configurator_js.xml
...lateItem/web_page_module/ojs_facebook_configurator_js.xml
+2
-2
bt5/erp5_officejs/PathTemplateItem/web_page_module/ojs_wallsearch_document_list_js.js
...teItem/web_page_module/ojs_wallsearch_document_list_js.js
+4
-0
bt5/erp5_officejs/PathTemplateItem/web_page_module/ojs_wallsearch_document_list_js.xml
...eItem/web_page_module/ojs_wallsearch_document_list_js.xml
+2
-2
No files found.
bt5/erp5_officejs/PathTemplateItem/web_page_module/ojs_facebook_configurator_js.js
View file @
36ce29f5
...
...
@@ -44,12 +44,12 @@
type
:
"
query
"
,
sub_storage
:
{
type
:
"
cachealldocs
"
,
default_field_list
:
[
'
id
'
,
'
message
'
,
'
created_time
'
,
'
link
'
,
'
story
'
],
default_field_list
:
[
'
id
'
,
'
message
'
,
'
created_time
'
,
'
link
'
,
'
story
'
,
'
description
'
],
sub_storage
:
{
type
:
"
facebook
"
,
access_token
:
access_token
,
user_id
:
user_id
,
default_field_list
:
[
'
id
'
,
'
message
'
,
'
created_time
'
,
'
link
'
,
'
story
'
]
default_field_list
:
[
'
id
'
,
'
message
'
,
'
created_time
'
,
'
link
'
,
'
story
'
,
'
description
'
]
}
}
}
...
...
bt5/erp5_officejs/PathTemplateItem/web_page_module/ojs_facebook_configurator_js.xml
View file @
36ce29f5
...
...
@@ -236,7 +236,7 @@
</item>
<item>
<key>
<string>
serial
</string>
</key>
<value>
<string>
962.2
2780.25314.6091
0
</string>
</value>
<value>
<string>
962.2
5870.38365.4026
0
</string>
</value>
</item>
<item>
<key>
<string>
state
</string>
</key>
...
...
@@ -254,7 +254,7 @@
</tuple>
<state>
<tuple>
<float>
1506
432630.67
</float>
<float>
1506
673198.01
</float>
<string>
UTC
</string>
</tuple>
</state>
...
...
bt5/erp5_officejs/PathTemplateItem/web_page_module/ojs_wallsearch_document_list_js.js
View file @
36ce29f5
...
...
@@ -22,6 +22,7 @@
var
gadget
=
this
;
param_list
[
0
].
select_list
.
push
(
'
story
'
);
param_list
[
0
].
select_list
.
push
(
'
link
'
);
param_list
[
0
].
select_list
.
push
(
'
description
'
);
return
gadget
.
jio_allDocs
(
param_list
[
0
])
.
push
(
function
(
result
)
{
var
i
,
date
,
message
,
link
,
len
=
result
.
data
.
total_rows
;
...
...
@@ -54,6 +55,9 @@
}
else
{
message
=
result
.
data
.
rows
[
i
].
value
.
message
;
}
if
(
result
.
data
.
rows
[
i
].
value
.
description
)
{
message
=
result
.
data
.
rows
[
i
].
value
.
description
+
'
'
+
message
;
}
if
(
result
.
data
.
rows
[
i
].
value
.
story
)
{
message
+=
'
'
+
result
.
data
.
rows
[
i
].
value
.
story
;
}
...
...
bt5/erp5_officejs/PathTemplateItem/web_page_module/ojs_wallsearch_document_list_js.xml
View file @
36ce29f5
...
...
@@ -271,7 +271,7 @@
</item>
<item>
<key>
<string>
serial
</string>
</key>
<value>
<string>
962.2
2793.9752.13704
</string>
</value>
<value>
<string>
962.2
5870.38365.40260
</string>
</value>
</item>
<item>
<key>
<string>
state
</string>
</key>
...
...
@@ -289,7 +289,7 @@
</tuple>
<state>
<tuple>
<float>
1506
428719.88
</float>
<float>
1506
673387.41
</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