Skip to content
Snippets Groups Projects
Commit c9eefbf1 authored by Jean-Laurent DUZANT's avatar Jean-Laurent DUZANT
Browse files

FIX #20391 TIME 0:05 added toggle processLimitDate check

parent ea76ddbb
No related branches found
No related tags found
No related merge requests found
......@@ -1207,7 +1207,9 @@ export class IndexingFormComponent implements OnInit {
this.arrFormControl[field.identifier].setValue(new Date());
} else {
this.arrFormControl[field.identifier].setValue('');
this.arrFormControl[field.identifier].enable();
if (field.identifier !== 'processLimitDate') {
this.arrFormControl[field.identifier].enable();
}
}
}
......
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