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

FEAT #13271 TIME 0:10 no require registeredmail_number

parent 725a048a
No related branches found
No related tags found
No related merge requests found
......@@ -1298,7 +1298,10 @@ export class IndexingFormComponent implements OnInit {
if (this.functions.empty(item.unit)) {
item.unit = 'mail';
}
item.mandatory = true;
if (item.identifier !== 'registeredMail_number') {
item.mandatory = true;
}
this.initValidator(item);
}
});
......
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