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
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Romain Courteaud
erp5
Commits
637d8fe1
Commit
637d8fe1
authored
Jan 02, 2023
by
Romain Courteaud
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5_officejs: do not submit if render is not finished
parent
a6d073d7
Pipeline
#25633
failed with stage
in 0 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
bt5/erp5_officejs/PathTemplateItem/web_page_module/gadget_officejs_controller_page_local_controller_js.js
...le/gadget_officejs_controller_page_local_controller_js.js
+5
-5
bt5/erp5_officejs/PathTemplateItem/web_page_module/gadget_officejs_controller_page_local_controller_js.xml
...e/gadget_officejs_controller_page_local_controller_js.xml
+2
-2
No files found.
bt5/erp5_officejs/PathTemplateItem/web_page_module/gadget_officejs_controller_page_local_controller_js.js
View file @
637d8fe1
/*global document, window, rJS,
RSVP,
jIO, console */
/*global document, window, rJS, jIO, console */
/*jslint nomen: true, indent: 2, maxerr: 10, maxlen: 80 */
(
function
(
document
,
window
,
rJS
,
RSVP
,
jIO
,
console
)
{
(
function
(
document
,
window
,
rJS
,
jIO
,
console
)
{
"
use strict
"
;
rJS
(
window
)
...
...
@@ -115,7 +115,7 @@
}
throw
error
;
});
})
}
,
{
mutex
:
'
render
'
}
)
.
onStateChange
(
function
()
{
var
fragment
=
document
.
createElement
(
'
div
'
),
...
...
@@ -180,6 +180,6 @@
.
push
(
function
(
view_gadget
)
{
return
view_gadget
.
triggerSubmit
(
argument_list
);
});
});
}
,
{
mutex
:
'
render
'
}
);
}(
document
,
window
,
rJS
,
RSVP
,
jIO
,
console
));
\ No newline at end of file
}(
document
,
window
,
rJS
,
jIO
,
console
));
\ No newline at end of file
bt5/erp5_officejs/PathTemplateItem/web_page_module/gadget_officejs_controller_page_local_controller_js.xml
View file @
637d8fe1
...
...
@@ -234,7 +234,7 @@
</item>
<item>
<key>
<string>
serial
</string>
</key>
<value>
<string>
100
1.7199.47519.37307
</string>
</value>
<value>
<string>
100
5.27465.17947.58470
</string>
</value>
</item>
<item>
<key>
<string>
state
</string>
</key>
...
...
@@ -252,7 +252,7 @@
</tuple>
<state>
<tuple>
<float>
16
58943004.35
</float>
<float>
16
72681616.58
</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