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
bcc5f1c9
Commit
bcc5f1c9
authored
Jun 14, 2021
by
Guillaume Heurtier
Browse files
FEAT #14753 TIME 0:10 disabled address button after clicking on add all
parent
83b3a21e
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
dist/index.html
View file @
bcc5f1c9
...
...
@@ -15,6 +15,6 @@
<img
src=
"assets/spinner.gif"
/>
</div>
</app-root>
<script
src=
"runtime-es2015.497d8eb67297abf47895.js"
type=
"module"
></script><script
src=
"runtime-es5.497d8eb67297abf47895.js"
nomodule
defer
></script><script
src=
"polyfills-es5.c174c1516561194600a5.js"
nomodule
defer
></script><script
src=
"polyfills-es2015.b86be9c6fde12488a69f.js"
type=
"module"
></script><script
src=
"scripts.b9f328a06b6423d59d32.js"
defer
></script><script
src=
"main-es2015.
47fd5d68ff900890c904
.js"
type=
"module"
></script><script
src=
"main-es5.
47fd5d68ff900890c904
.js"
nomodule
defer
></script></body>
<script
src=
"runtime-es2015.497d8eb67297abf47895.js"
type=
"module"
></script><script
src=
"runtime-es5.497d8eb67297abf47895.js"
nomodule
defer
></script><script
src=
"polyfills-es5.c174c1516561194600a5.js"
nomodule
defer
></script><script
src=
"polyfills-es2015.b86be9c6fde12488a69f.js"
type=
"module"
></script><script
src=
"scripts.b9f328a06b6423d59d32.js"
defer
></script><script
src=
"main-es2015.
e036585920a78b73aad9
.js"
type=
"module"
></script><script
src=
"main-es5.
e036585920a78b73aad9
.js"
nomodule
defer
></script></body>
</html>
\ No newline at end of file
dist/main-es2015.
47fd5d68ff900890c904
.js
→
dist/main-es2015.
e036585920a78b73aad9
.js
View file @
bcc5f1c9
This diff is collapsed.
Click to expand it.
dist/main-es5.
47fd5d68ff900890c904
.js
→
dist/main-es5.
e036585920a78b73aad9
.js
View file @
bcc5f1c9
This diff is collapsed.
Click to expand it.
src/frontend/app/administration/contact/page/form/contacts-form.component.ts
View file @
bcc5f1c9
...
...
@@ -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