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
139
Merge Requests
139
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
nexedi
erp5
Commits
1f5b2db4
Commit
1f5b2db4
authored
Mar 19, 2019
by
Roque
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5_officejs: no need of explicitly commit the configuration manifest or use old manifest
- the test failed the same with both attempts
parent
b55518b1
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
10 additions
and
22 deletions
+10
-22
bt5/erp5_officejs/PathTemplateItem/web_page_module/gadget_officejs_jio_appcachestorage_js.js
...web_page_module/gadget_officejs_jio_appcachestorage_js.js
+2
-9
bt5/erp5_officejs/PathTemplateItem/web_page_module/gadget_officejs_jio_appcachestorage_js.xml
...eb_page_module/gadget_officejs_jio_appcachestorage_js.xml
+2
-2
bt5/erp5_officejs/PathTemplateItem/web_page_module/gadget_officejs_jio_js.js
...athTemplateItem/web_page_module/gadget_officejs_jio_js.js
+1
-2
bt5/erp5_officejs/PathTemplateItem/web_page_module/gadget_officejs_jio_js.xml
...thTemplateItem/web_page_module/gadget_officejs_jio_js.xml
+2
-2
bt5/erp5_officejs/bt/template_keep_last_workflow_history_only_path_list
...ejs/bt/template_keep_last_workflow_history_only_path_list
+1
-2
bt5/erp5_officejs/bt/template_keep_path_list
bt5/erp5_officejs/bt/template_keep_path_list
+1
-2
bt5/erp5_officejs/bt/template_keep_workflow_path_list
bt5/erp5_officejs/bt/template_keep_workflow_path_list
+1
-2
bt5/erp5_officejs/bt/template_path_list
bt5/erp5_officejs/bt/template_path_list
+0
-1
No files found.
bt5/erp5_officejs/PathTemplateItem/web_page_module/gadget_officejs_jio_appcachestorage_js.js
View file @
1f5b2db4
...
...
@@ -97,9 +97,9 @@
var
storage
=
this
,
url
=
""
;
return
new
RSVP
.
Queue
()
.
push
(
function
()
{
console
.
log
(
"
[DEBUG] APPCACHESTORAGE JIO.util.ajax...
"
);
url
=
new
URL
(
storage
.
_manifest
,
new
URL
(
storage
.
_version
,
storage
.
_origin_url
))
console
.
log
(
"
[DEBUG] APPCACHESTORAGE JIO.util.ajax to url:
"
+
url
);
return
jIO
.
util
.
ajax
({
type
:
"
GET
"
,
url
:
url
...
...
@@ -138,14 +138,7 @@
if
(
!
error
.
message
)
{
console
.
log
(
"
error getting the manifest:
"
);
console
.
log
(
error
);
var
extra
=
"
no-extra-info
"
;
if
(
error
&&
error
.
currentTarget
)
{
extra
=
"
target.responseURL:
"
+
error
.
currentTarget
.
responseURL
+
"
.|| with status:
"
+
error
.
currentTarget
.
status
+
"
.|| with response:
"
+
error
.
currentTarget
.
response
+
"
.|| with responseText:
"
+
error
.
currentTarget
.
responseText
;
}
error
.
message
=
"
Can't get manifest. URL:
"
+
url
+
"
\n
. error extra:
"
+
String
(
extra
);
error
.
message
=
"
Can't get manifest. URL:
"
+
url
;
}
throw
error
;
});
...
...
bt5/erp5_officejs/PathTemplateItem/web_page_module/gadget_officejs_jio_appcachestorage_js.xml
View file @
1f5b2db4
...
...
@@ -237,7 +237,7 @@
</item>
<item>
<key>
<string>
serial
</string>
</key>
<value>
<string>
974.301
12.49989.47786
</string>
</value>
<value>
<string>
974.301
92.60926.39594
</string>
</value>
</item>
<item>
<key>
<string>
state
</string>
</key>
...
...
@@ -255,7 +255,7 @@
</tuple>
<state>
<tuple>
<float>
15530
17448.88
</float>
<float>
15530
21879.69
</float>
<string>
UTC
</string>
</tuple>
</state>
...
...
bt5/erp5_officejs/PathTemplateItem/web_page_module/gadget_officejs_jio_js.js
View file @
1f5b2db4
...
...
@@ -79,8 +79,7 @@
prefix
=
"
./
"
,
hateoas_script
=
"
hateoas/ERP5Document_getHateoas
"
,
// TODO manifest should come from gadget.props.cache_file -add script in html body
//manifest = "gadget_officejs_discussion_tool.configuration",
manifest
=
"
gadget_officejs_discussion_tool.appcache
"
,
manifest
=
"
gadget_officejs_discussion_tool.configuration
"
,
jio_appchache_options
=
{
type
:
"
replicate
"
,
parallel_operation_attachment_amount
:
10
,
...
...
bt5/erp5_officejs/PathTemplateItem/web_page_module/gadget_officejs_jio_js.xml
View file @
1f5b2db4
...
...
@@ -234,7 +234,7 @@
</item>
<item>
<key>
<string>
serial
</string>
</key>
<value>
<string>
974.301
41.55800.33228
</string>
</value>
<value>
<string>
974.301
89.58056.44066
</string>
</value>
</item>
<item>
<key>
<string>
state
</string>
</key>
...
...
@@ -252,7 +252,7 @@
</tuple>
<state>
<tuple>
<float>
15530
18807.45
</float>
<float>
15530
21741.56
</float>
<string>
UTC
</string>
</tuple>
</state>
...
...
bt5/erp5_officejs/bt/template_keep_last_workflow_history_only_path_list
View file @
1f5b2db4
...
...
@@ -42,5 +42,4 @@ web_site_module/officejs_todomvc
web_site_module/officejs_wallsearch
web_site_module/officejs_wallsearch/**
web_site_module/officejs_whiteboard
web_site_module/officejs_media_player/**
web_page_module/gadget_officejs_discussion_tool_configuration
\ No newline at end of file
web_site_module/officejs_media_player/**
\ No newline at end of file
bt5/erp5_officejs/bt/template_keep_path_list
View file @
1f5b2db4
portal_types/Web Illustration
web_page_module/gadget_officejs_discussion_tool_configuration
\ No newline at end of file
portal_types/Web Illustration
\ No newline at end of file
bt5/erp5_officejs/bt/template_keep_workflow_path_list
View file @
1f5b2db4
...
...
@@ -42,5 +42,4 @@ web_site_module/officejs_todomvc
web_site_module/officejs_wallsearch
web_site_module/officejs_wallsearch/**
web_site_module/officejs_whiteboard
web_site_module/officejs_media_player/**
web_page_module/gadget_officejs_discussion_tool_configuration
\ No newline at end of file
web_site_module/officejs_media_player/**
\ No newline at end of file
bt5/erp5_officejs/bt/template_path_list
View file @
1f5b2db4
...
...
@@ -9,7 +9,6 @@ web_page_module/dhtmlx_gantt_*
web_page_module/fb_sdk_js
web_page_module/gadget_field_*
web_page_module/gadget_officejs_*
web_page_module/gadget_officejs_discussion_tool_configuration
web_page_module/jio_*
web_page_module/officejs_audioplayer_*
web_page_module/officejs_todomvc_*
...
...
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