Skip to content
Snippets Groups Projects
Verified Commit 0c4d0eb2 authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FEAT #12091 TIME 0:05 change limit date departure

parent 5c1a716f
No related branches found
No related tags found
No related merge requests found
...@@ -404,7 +404,7 @@ export class IndexingFormComponent implements OnInit { ...@@ -404,7 +404,7 @@ export class IndexingFormComponent implements OnInit {
elem.event = 'setPriorityColorByLimitDate'; elem.event = 'setPriorityColorByLimitDate';
} else if (elem.identifier === 'departureDate') { } else if (elem.identifier === 'departureDate') {
elem.startDate = '_TODAY'; elem.startDate = 'documentDate';
elem.endDate = ''; elem.endDate = '';
} else if (elem.identifier === 'folders') { } else if (elem.identifier === 'folders') {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment