Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Maarch
MaarchCourrier
Commits
1beba041
Commit
1beba041
authored
Jun 02, 2021
by
Hamza HRAMCHI
Browse files
FIX #16956 TIME 0:02 replace index
parent
afde9a57
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/frontend/app/actions/send-external-signatory-book-action/send-external-signatory-book-action.component.ts
View file @
1beba041
...
...
@@ -195,7 +195,7 @@ export class SendExternalSignatoryBookActionComponent implements OnInit {
externalUsers
.
forEach
((
element
:
any
)
=>
{
for
(
let
i
=
0
;
i
<
resToSign
.
length
;
i
++
)
{
const
userIndex
:
number
=
this
.
maarchParapheur
.
appExternalVisaWorkflow
.
visaWorkflow
.
items
.
indexOf
(
element
);
if
(
resToSign
[
i
].
filter
((
item
:
any
)
=>
item
.
sequence
===
i
).
length
===
0
)
{
if
(
resToSign
[
i
].
filter
((
item
:
any
)
=>
item
.
sequence
===
userIndex
).
length
===
0
)
{
mustSign
=
true
;
break
;
}
...
...
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