Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
erp5_rtl_support
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
Romain Courteaud
erp5_rtl_support
Commits
361e9787
Commit
361e9787
authored
Sep 08, 2015
by
Sven Franck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5_officejs: correct error name to correctly catch errors
parent
1077744f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
bt5/erp5_officejs/PathTemplateItem/web_page_module/gadget_officejs_webrtc_jio_js.xml
...ateItem/web_page_module/gadget_officejs_webrtc_jio_js.xml
+4
-4
No files found.
bt5/erp5_officejs/PathTemplateItem/web_page_module/gadget_officejs_webrtc_jio_js.xml
View file @
361e9787
...
@@ -172,7 +172,7 @@
...
@@ -172,7 +172,7 @@
context = this;\n
context = this;\n
if (json.type === "jio_response") {\n
if (json.type === "jio_response") {\n
context.state_parameter_dict.message_dict[json.id].resolve(json.result);\n
context.state_parameter_dict.message_dict[json.id].resolve(json.result);\n
} else if (json.type === "
jio_
error") {\n
} else if (json.type === "error") {\n
context.state_parameter_dict.message_dict[json.id].reject(json.result);\n
context.state_parameter_dict.message_dict[json.id].reject(json.result);\n
}\n
}\n
// Drop all other kind of messages\n
// Drop all other kind of messages\n
...
@@ -383,7 +383,7 @@
...
@@ -383,7 +383,7 @@
</item>
</item>
<item>
<item>
<key>
<string>
actor
</string>
</key>
<key>
<string>
actor
</string>
</key>
<value>
<string>
romain
</string>
</value>
<value>
<string>
zope
</string>
</value>
</item>
</item>
<item>
<item>
<key>
<string>
comment
</string>
</key>
<key>
<string>
comment
</string>
</key>
...
@@ -397,7 +397,7 @@
...
@@ -397,7 +397,7 @@
</item>
</item>
<item>
<item>
<key>
<string>
serial
</string>
</key>
<key>
<string>
serial
</string>
</key>
<value>
<string>
945.3
3670.33244.37512
</string>
</value>
<value>
<string>
945.3
8227.6078.28825
</string>
</value>
</item>
</item>
<item>
<item>
<key>
<string>
state
</string>
</key>
<key>
<string>
state
</string>
</key>
...
@@ -415,7 +415,7 @@
...
@@ -415,7 +415,7 @@
</tuple>
</tuple>
<state>
<state>
<tuple>
<tuple>
<float>
1441
357867.08
</float>
<float>
1441
706238.46
</float>
<string>
GMT
</string>
<string>
GMT
</string>
</tuple>
</tuple>
</state>
</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