Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
web-et-numerique
LLLE_Project
egl-konnector
Commits
a28832e5
Commit
a28832e5
authored
Feb 25, 2021
by
Hugo
Browse files
log new reset
parent
55779530
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/index.js
View file @
a28832e5
...
...
@@ -145,6 +145,7 @@ async function buildAgregatedData(data, doctype) {
for
(
let
[
key
,
value
]
of
Object
.
entries
(
data
))
{
const
data
=
await
buildDataFromKey
(
doctype
,
key
,
value
)
const
oldValue
=
await
resetInProgressAggregatedData
(
data
,
doctype
)
log
(
"
debug
"
,
"
Dataload + oldvalue is
"
+
data
.
load
+
"
+
"
+
oldValue
+
"
-- makes dataload :
"
+
(
data
.
load
+=
oldValue
))
data
.
load
+=
oldValue
agregatedData
.
push
(
data
)
}
...
...
Hugo NOUTS
@hnouts
mentioned in commit
7b81c2b0
·
Feb 25, 2021
mentioned in commit
7b81c2b0
mentioned in commit 7b81c2b050d36968a5bb296f9b69d53f334e3554
Toggle commit list
Write
Preview
Supports
Markdown
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