Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
jio
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
Roque
jio
Commits
96bf766f
Commit
96bf766f
authored
May 07, 2021
by
Romain Courteaud
🐙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release 3.43.0
parent
48ea995c
Changes
5
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
31481 additions
and
9 deletions
+31481
-9
Makefile
Makefile
+1
-1
dist/jio-latest-node.js
dist/jio-latest-node.js
+7
-0
dist/jio-latest.js
dist/jio-latest.js
+9
-8
dist/jio-v3.43.0-node.js
dist/jio-v3.43.0-node.js
+15413
-0
dist/jio-v3.43.0.js
dist/jio-v3.43.0.js
+16051
-0
No files found.
Makefile
View file @
96bf766f
...
...
@@ -26,7 +26,7 @@ TESTDIR = test
EXAMPLEDIR
=
examples
EXTERNALDIR
=
external
VERSION
=
3.4
2.1
VERSION
=
3.4
3.0
JIOVERSION
=
${DISTDIR}
/jio-v
${VERSION}
.js
JIOLATEST
=
${DISTDIR}
/jio-latest.js
JIONODEVERSION
=
${DISTDIR}
/jio-v
${VERSION}
-node
.js
...
...
dist/jio-latest-node.js
View file @
96bf766f
...
...
@@ -14223,6 +14223,13 @@ var jIO = window.jIO,
);
}
return
evt
.
target
.
response
;
},
function
(
error
)
{
if
((
error
.
target
!==
undefined
)
&&
(
error
.
target
.
status
===
404
))
{
throw
new
jIO
.
util
.
jIOError
(
"
Cannot find attachment:
"
+
action
,
404
);
}
throw
error
;
});
}
throw
new
jIO
.
util
.
jIOError
(
"
ERP5: not support get attachment:
"
+
action
,
...
...
dist/jio-latest.js
View file @
96bf766f
...
...
@@ -13684,6 +13684,13 @@ return new Parser;
);
}
return
evt
.
target
.
response
;
},
function
(
error
)
{
if
((
error
.
target
!==
undefined
)
&&
(
error
.
target
.
status
===
404
))
{
throw
new
jIO
.
util
.
jIOError
(
"
Cannot find attachment:
"
+
action
,
404
);
}
throw
error
;
});
}
throw
new
jIO
.
util
.
jIOError
(
"
ERP5: not support get attachment:
"
+
action
,
...
...
@@ -15000,10 +15007,7 @@ return new Parser;
}
catch
(
error
)
{
reject
(
error
);
}
return
new
RSVP
.
Queue
()
.
push
(
function
()
{
return
result
;
})
return
new
RSVP
.
Queue
(
result
)
.
push
(
function
(
final_result
)
{
canceller
();
resolve
(
final_result
);
...
...
@@ -15035,10 +15039,7 @@ return new Parser;
reject
(
error
);
}
tx
.
oncomplete
=
function
()
{
return
new
RSVP
.
Queue
()
.
push
(
function
()
{
return
result
;
})
return
new
RSVP
.
Queue
(
result
)
.
push
(
resolve
,
function
(
error
)
{
canceller
();
reject
(
error
);
...
...
dist/jio-v3.43.0-node.js
0 → 100644
View file @
96bf766f
This diff is collapsed.
Click to expand it.
dist/jio-v3.43.0.js
0 → 100644
View file @
96bf766f
This diff is collapsed.
Click to expand it.
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