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
c5299982
Commit
c5299982
authored
Aug 23, 2021
by
Hamza HRAMCHI
Browse files
FIX #17951 TIME 0:20 fix control of the number of signatories required if visa circuit by default
parent
34514918
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
dist/index.html
View file @
c5299982
...
...
@@ -15,6 +15,6 @@
<img
src=
"assets/spinner.gif"
/>
</div>
</app-root>
<script
src=
"runtime-es2015.4ac42fef445445e6f3d0.js"
type=
"module"
></script><script
src=
"runtime-es5.4ac42fef445445e6f3d0.js"
nomodule
defer
></script><script
src=
"polyfills-es5.8c2a86db22bc37211976.js"
nomodule
defer
></script><script
src=
"polyfills-es2015.f8f86766446f4344eec7.js"
type=
"module"
></script><script
src=
"scripts.3f995a62571f9f668311.js"
defer
></script><script
src=
"main-es2015.
011784c15c607cb280b5
.js"
type=
"module"
></script><script
src=
"main-es5.
011784c15c607cb280b5
.js"
nomodule
defer
></script></body>
<script
src=
"runtime-es2015.4ac42fef445445e6f3d0.js"
type=
"module"
></script><script
src=
"runtime-es5.4ac42fef445445e6f3d0.js"
nomodule
defer
></script><script
src=
"polyfills-es5.8c2a86db22bc37211976.js"
nomodule
defer
></script><script
src=
"polyfills-es2015.f8f86766446f4344eec7.js"
type=
"module"
></script><script
src=
"scripts.3f995a62571f9f668311.js"
defer
></script><script
src=
"main-es2015.
8e994a892aa84af21c5c
.js"
type=
"module"
></script><script
src=
"main-es5.
8e994a892aa84af21c5c
.js"
nomodule
defer
></script></body>
</html>
\ No newline at end of file
dist/main-es2015.
011784c15c607cb280b5
.js
→
dist/main-es2015.
8e994a892aa84af21c5c
.js
View file @
c5299982
This diff is collapsed.
Click to expand it.
dist/main-es5.
011784c15c607cb280b5
.js
→
dist/main-es5.
8e994a892aa84af21c5c
.js
View file @
c5299982
This diff is collapsed.
Click to expand it.
src/frontend/app/visa/visa-workflow.component.ts
View file @
c5299982
...
...
@@ -553,6 +553,7 @@ export class VisaWorkflowComponent implements OnInit {
);
this
.
searchVisaSignUser
.
reset
();
this
.
searchVisaSignUserInput
.
nativeElement
.
blur
();
this
.
workflowUpdated
.
emit
(
this
.
visaWorkflow
.
items
);
resolve
(
true
);
})
).
subscribe
();
...
...
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