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
ff513607
Commit
ff513607
authored
Jun 14, 2021
by
Guillaume Heurtier
Browse files
FIX #14753 TIME 0:15 disabled address button after clicking on add all
parent
a87a7296
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/frontend/app/administration/contact/page/form/contacts-form.component.ts
View file @
ff513607
...
...
@@ -753,7 +753,7 @@ export class ContactsFormComponent implements OnInit {
}
noField
(
id
:
string
)
{
if
(
this
.
contactForm
.
filter
(
field
=>
!
field
.
display
&&
field
.
unit
===
id
).
length
===
0
)
{
if
(
this
.
contactForm
.
filter
(
field
=>
!
field
.
display
&&
field
.
unit
===
id
&&
field
.
id
!==
'
sector
'
).
length
===
0
)
{
return
true
;
}
else
{
return
false
;
...
...
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