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
beac96a5
Commit
beac96a5
authored
Oct 15, 2021
by
Hamza HRAMCHI
Browse files
FIX #16304 TIME 0:10 fix display process limite date
parent
77ce99c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/frontend/app/list/basket-list.component.html
View file @
beac96a5
...
...
@@ -76,7 +76,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