Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Maarch
MaarchParapheur
Commits
fc4b9cca
Commit
fc4b9cca
authored
May 31, 2021
by
Alex ORLUC
Browse files
FEAT #17109 TIME 0:01 remove test
parent
f7e19f3c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/frontend/app/indexation/indexation.component.ts
View file @
fc4b9cca
...
...
@@ -187,7 +187,6 @@ export class IndexationComponent implements OnInit {
}).
then
(
async
(
load
:
HTMLIonLoadingElement
)
=>
{
load
.
present
();
const
objTosend
=
this
.
formatData
(
data
.
note
);
this
.
hasEmptyOtpSignaturePosition
();
for
(
let
index
=
0
;
index
<
objTosend
.
length
;
index
++
)
{
await
this
.
saveDocument
(
objTosend
[
index
],
index
);
if
(
objTosend
[
0
].
workflow
[
0
].
userId
===
this
.
authService
.
user
.
id
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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