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
cb053082
Commit
cb053082
authored
Jun 06, 2017
by
Romain Courteaud
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[erp5_web_renderjs_ui] Notify before reading the form data
parent
440ec86a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
16 deletions
+16
-16
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_pt_form_view_editable_js.js
...b_page_module/rjs_gadget_erp5_pt_form_view_editable_js.js
+14
-14
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_pt_form_view_editable_js.xml
..._page_module/rjs_gadget_erp5_pt_form_view_editable_js.xml
+2
-2
No files found.
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_pt_form_view_editable_js.js
View file @
cb053082
...
@@ -137,27 +137,27 @@
...
@@ -137,27 +137,27 @@
})
})
.
push
(
function
(
validity
)
{
.
push
(
function
(
validity
)
{
if
(
validity
)
{
if
(
validity
)
{
return
erp5_form
.
getContent
()
return
form_gadget
.
notifySubmitting
()
// try to send the form data over the network to jIO storage
.
push
(
function
()
{
// try to send the form data over the network to jIO storage
return
erp5_form
.
getContent
();
})
.
push
(
function
(
data
)
{
.
push
(
function
(
data
)
{
data
[
form_id
.
key
]
=
form_id
[
'
default
'
];
data
[
form_id
.
key
]
=
form_id
[
'
default
'
];
return
RSVP
.
all
([
return
form_gadget
.
jio_putAttachment
(
form_gadget
.
notifySubmitting
(),
form_gadget
.
state
.
jio_key
,
form_gadget
.
jio_putAttachment
(
action
.
href
,
form_gadget
.
state
.
jio_key
,
data
action
.
href
,
);
data
)
]);
})
})
// handle response from the server
// handle response from the server
.
push
(
function
(
result
_list
)
{
.
push
(
function
(
result
)
{
if
(
result
_list
[
1
]
.
target
.
responseType
===
"
blob
"
)
{
if
(
result
.
target
.
responseType
===
"
blob
"
)
{
return
jIO
.
util
.
readBlobAsText
(
result
_list
[
1
]
.
target
.
response
);
return
jIO
.
util
.
readBlobAsText
(
result
.
target
.
response
);
}
}
return
{
target
:
{
result
:
result
_list
[
1
]
.
target
.
response
}};
return
{
target
:
{
result
:
result
.
target
.
response
}};
})
})
.
push
(
function
(
event
)
{
.
push
(
function
(
event
)
{
var
message
;
var
message
;
...
...
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_pt_form_view_editable_js.xml
View file @
cb053082
...
@@ -230,7 +230,7 @@
...
@@ -230,7 +230,7 @@
</item>
</item>
<item>
<item>
<key>
<string>
serial
</string>
</key>
<key>
<string>
serial
</string>
</key>
<value>
<string>
961.
16418.20259.26675
</string>
</value>
<value>
<string>
961.
58176.38662.18807
</string>
</value>
</item>
</item>
<item>
<item>
<key>
<string>
state
</string>
</key>
<key>
<string>
state
</string>
</key>
...
@@ -248,7 +248,7 @@
...
@@ -248,7 +248,7 @@
</tuple>
</tuple>
<state>
<state>
<tuple>
<tuple>
<float>
150
2116591
.57
</float>
<float>
150
4706147
.57
</float>
<string>
UTC
</string>
<string>
UTC
</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