Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
134
Merge Requests
134
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
nexedi
erp5
Commits
659ea62d
Commit
659ea62d
authored
Oct 11, 2019
by
Roque
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5_officejs: fix in storage sync when user not logged in
parent
b2a607f0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
gadget_officejs_local_jio_js.js
...plateItem/web_page_module/gadget_officejs_local_jio_js.js
+3
-3
gadget_officejs_local_jio_js.xml
...lateItem/web_page_module/gadget_officejs_local_jio_js.xml
+2
-2
No files found.
bt5/erp5_officejs/PathTemplateItem/web_page_module/gadget_officejs_local_jio_js.js
View file @
659ea62d
...
...
@@ -122,13 +122,13 @@
return
RSVP
.
all
(
promise_list
);
})
.
push
(
function
()
{
return
gadget
.
setSetting
(
"migration_version"
,
current_version
);
return
appcache_storage
.
repair
(
current_version
);
})
.
push
(
function
()
{
return
gadget
.
setSetting
(
"
previous_storage_name"
,
storage_name
);
return
gadget
.
setSetting
(
"
migration_version"
,
current_version
);
})
.
push
(
function
()
{
return
appcache_storage
.
repair
(
current_version
);
return
gadget
.
setSetting
(
"previous_storage_name"
,
storage_name
);
});
})
...
...
bt5/erp5_officejs/PathTemplateItem/web_page_module/gadget_officejs_local_jio_js.xml
View file @
659ea62d
...
...
@@ -234,7 +234,7 @@
</item>
<item>
<key>
<string>
serial
</string>
</key>
<value>
<string>
97
8.63040.35215.11502
</string>
</value>
<value>
<string>
97
9.3132.57631.22818
</string>
</value>
</item>
<item>
<key>
<string>
state
</string>
</key>
...
...
@@ -252,7 +252,7 @@
</tuple>
<state>
<tuple>
<float>
1570
462130.45
</float>
<float>
1570
799816.86
</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