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
789e3d1c
Commit
789e3d1c
authored
Feb 15, 2022
by
ludovic
Browse files
correction 18236
parent
1788306c
Changes
66
Expand all
Hide whitespace changes
Inline
Side-by-side
dist/titilliumweb-regular-webfont.woff
→
dist/titilliumweb-regular-webfont.
54cfc567992f78aa5160.
woff
View file @
789e3d1c
File moved
dist/titilliumweb-regular-webfont.ttf
→
dist/titilliumweb-regular-webfont.
5f9656b724f129899263.
ttf
View file @
789e3d1c
File moved
dist/titilliumweb-regular-webfont.eot
→
dist/titilliumweb-regular-webfont.
797a669c682fbad70507.
eot
View file @
789e3d1c
File moved
dist/titilliumweb-regular-webfont.svg
→
dist/titilliumweb-regular-webfont.
af7aaa5847740571bcfc.
svg
View file @
789e3d1c
File moved
dist/vendor.js
deleted
100644 → 0
View file @
1788306c
This diff is collapsed.
Click to expand it.
src/frontend/app/visa/visa-workflow.component.ts
View file @
789e3d1c
...
...
@@ -181,7 +181,6 @@ export class VisaWorkflowComponent implements OnInit {
if
(
!
this
.
functions
.
empty
(
this
.
resId
))
{
await
this
.
loadDefaultModel
();
}
return
new
Promise
((
resolve
,
reject
)
=>
{
this
.
http
.
get
(
`../rest/availableCircuits?circuit=visa`
).
pipe
(
tap
((
data
:
any
)
=>
{
...
...
@@ -535,7 +534,6 @@ export class VisaWorkflowComponent implements OnInit {
this
.
http
.
get
(
`../rest/listTemplates/
${
item
.
id
}
`
).
pipe
(
tap
((
data
:
any
)
=>
{
this
.
visaWorkflow
.
items
=
this
.
visaWorkflow
.
items
.
concat
(
data
.
listTemplate
.
items
.
map
((
itemTemplate
:
any
)
=>
{
return
{
item_id
:
itemTemplate
.
item_id
,
...
...
@@ -553,6 +551,7 @@ export class VisaWorkflowComponent implements OnInit {
);
this
.
searchVisaSignUser
.
reset
();
this
.
searchVisaSignUserInput
.
nativeElement
.
blur
();
this
.
workflowUpdated
.
emit
(
this
.
visaWorkflow
.
items
);
resolve
(
true
);
})
).
subscribe
();
...
...
Prev
1
2
3
4
Next
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