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
e48886bd
Commit
e48886bd
authored
Oct 14, 2021
by
Hamza HRAMCHI
Browse files
FIX #16304 TIME 0:10 display process limite date
parent
176e1882
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/frontend/app/list/basket-list.component.html
View file @
e48886bd
...
...
@@ -75,7 +75,7 @@
[innerHTML]=
"row.closing_date | timeAgo"
title=
'{{row.closing_date | fullDate}}'
></span>
</ng-container>
<ng-container
*ngIf=
"row.closing_date == ('lang.undefined' | translate)"
>
<ng-container
*ngIf=
"row.closing_date == ('lang.undefined' | translate)
|| data.value === 'getProcessLimitDate'
"
>
<ng-container
*ngIf=
"data.value === 'getCreationAndProcessLimitDates'"
>
<i
class=
"fa fa-calendar"
title=
"{{'lang.creationDate' | translate}}"
></i>
<span
...
...
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