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
Labels
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Romain Courteaud
erp5
Commits
e40c42ea
Commit
e40c42ea
authored
Sep 12, 2022
by
Xiaowu Zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5_officejs_eci_directory: add open source filter on success case page
parent
cf95efe4
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
5 deletions
+9
-5
bt5/erp5_officejs_eci_directory/PathTemplateItem/web_page_module/gadget_erp5_eci_publisher_jio_js.js
...eItem/web_page_module/gadget_erp5_eci_publisher_jio_js.js
+2
-0
bt5/erp5_officejs_eci_directory/PathTemplateItem/web_page_module/gadget_erp5_eci_publisher_jio_js.xml
...Item/web_page_module/gadget_erp5_eci_publisher_jio_js.xml
+2
-2
bt5/erp5_officejs_eci_directory/PathTemplateItem/web_page_module/gadget_erp5_page_eci_success_case_list_js.js
..._page_module/gadget_erp5_page_eci_success_case_list_js.js
+3
-1
bt5/erp5_officejs_eci_directory/PathTemplateItem/web_page_module/gadget_erp5_page_eci_success_case_list_js.xml
...page_module/gadget_erp5_page_eci_success_case_list_js.xml
+2
-2
No files found.
bt5/erp5_officejs_eci_directory/PathTemplateItem/web_page_module/gadget_erp5_eci_publisher_jio_js.js
View file @
e40c42ea
...
...
@@ -299,6 +299,7 @@
'
publisher_id
'
,
'
selection_domain_similar_solution
'
,
'
selection_domain_country
'
,
'
selection_domain_floss_software
'
,
'
modification_date
'
,
'
success_case_list
'
,
'
reference_list
'
...
...
@@ -327,6 +328,7 @@
success_case
.
selection_domain_publisher_country
=
software
.
selection_domain_country
;
success_case
.
publisher_id
=
software
.
publisher_id
;
success_case
.
selection_domain_category
=
software
.
selection_domain_category
;
success_case
.
selection_domain_floss_software
=
software
.
selection_domain_floss_software
;
success_case
.
selection_domain_industry
=
[
success_case
.
industry
]
success_case
.
selection_domain_country
=
[
success_case
.
country
]
success_case
.
selection_domain_publisher
=
[
software
.
publisher
];
...
...
bt5/erp5_officejs_eci_directory/PathTemplateItem/web_page_module/gadget_erp5_eci_publisher_jio_js.xml
View file @
e40c42ea
...
...
@@ -234,7 +234,7 @@
</item>
<item>
<key>
<string>
serial
</string>
</key>
<value>
<string>
1002.35
00.60988.6509
2
</string>
</value>
<value>
<string>
1002.35
16.18950.3635
2
</string>
</value>
</item>
<item>
<key>
<string>
state
</string>
</key>
...
...
@@ -252,7 +252,7 @@
</tuple>
<state>
<tuple>
<float>
16
59620897.29
</float>
<float>
16
62973530.27
</float>
<string>
UTC
</string>
</tuple>
</state>
...
...
bt5/erp5_officejs_eci_directory/PathTemplateItem/web_page_module/gadget_erp5_page_eci_success_case_list_js.js
View file @
e40c42ea
...
...
@@ -93,7 +93,8 @@
[
'
country
'
,
'
Country
'
],
[
'
publisher
'
,
'
Provider
'
],
[
'
similar_solution
'
,
'
Similar solution
'
],
[
'
publisher_country
'
,
'
Provider Country
'
]
[
'
publisher_country
'
,
'
Provider Country
'
],
[
'
floss_software
'
,
'
Open Source
'
]
];
gadget
.
domain_dict
=
{
category
:
category
.
map
(
data
=>
[
data
,
data
]),
...
...
@@ -101,6 +102,7 @@
country
:
country
.
map
(
data
=>
[
data
,
data
]),
publisher
:
publisher
.
map
(
data
=>
[
data
,
data
]),
similar_solution
:
similar_solution
.
map
(
data
=>
[
data
,
data
]),
floss_software
:
[[
'
Yes
'
,
'
Yes
'
],
[
'
No
'
,
'
No
'
]],
publisher_country
:
publisher_country
.
map
(
data
=>
[
data
,
data
])
};
return
RSVP
.
all
([
...
...
bt5/erp5_officejs_eci_directory/PathTemplateItem/web_page_module/gadget_erp5_page_eci_success_case_list_js.xml
View file @
e40c42ea
...
...
@@ -234,7 +234,7 @@
</item>
<item>
<key>
<string>
serial
</string>
</key>
<value>
<string>
1002.
681.17532.49578
</string>
</value>
<value>
<string>
1002.
59391.9145.4334
</string>
</value>
</item>
<item>
<key>
<string>
state
</string>
</key>
...
...
@@ -252,7 +252,7 @@
</tuple>
<state>
<tuple>
<float>
16
59715396.9
</float>
<float>
16
62973453.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