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
31056440
Commit
31056440
authored
Jan 14, 2022
by
Hamza HRAMCHI
Browse files
FIX #19484 TIME 0:10 rm unlock
parent
6017a632
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
dist/index.html
View file @
31056440
...
...
@@ -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.
eea05ea556d2996de4f2
.js"
type=
"module"
></script><script
src=
"main-es5.
eea05ea556d2996de4f2
.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.
b1964ad251ae58fc0618
.js"
type=
"module"
></script><script
src=
"main-es5.
b1964ad251ae58fc0618
.js"
nomodule
defer
></script></body>
</html>
\ No newline at end of file
dist/main-es2015.
eea05ea556d2996de4f2
.js
→
dist/main-es2015.
b1964ad251ae58fc0618
.js
View file @
31056440
This diff is collapsed.
Click to expand it.
dist/main-es5.
eea05ea556d2996de4f2
.js
→
dist/main-es5.
b1964ad251ae58fc0618
.js
View file @
31056440
This diff is collapsed.
Click to expand it.
src/frontend/app/signature-book.component.ts
View file @
31056440
...
...
@@ -314,7 +314,6 @@ export class SignatureBookComponent implements OnInit, OnDestroy {
async
saveTool
()
{
if
(
this
.
headerTab
===
'
visaCircuit
'
&&
this
.
appVisaWorkflow
!==
undefined
)
{
this
.
actionService
.
unlockResource
(
this
.
userId
,
this
.
groupId
,
this
.
basketId
,
[
this
.
resId
],
this
.
pathToRedirect
);
await
this
.
appVisaWorkflow
.
saveVisaWorkflow
().
finally
(()
=>
{
let
assignedBasket
:
any
;
this
.
http
.
get
(
'
../rest/home
'
).
pipe
(
...
...
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