Skip to content
Snippets Groups Projects
Commit 813d6a8d authored by juanf's avatar juanf
Browse files

SSDM-13457: Some safe coding to avoid search crashing on a rare scenario that...

SSDM-13457: Some safe coding to avoid search crashing on a rare scenario that shoudn't happen but happens
parent 0788d775
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
...@@ -167,8 +167,8 @@ public class HibernateSearchDAOV3Adaptor implements IHibernateSearchDAO { ...@@ -167,8 +167,8 @@ public class HibernateSearchDAOV3Adaptor implements IHibernateSearchDAO {
{ {
registrator.setFirstName("Missing"); registrator.setFirstName("Missing");
registrator.setLastName("Missing"); registrator.setLastName("Missing");
registrator.setUserId("Missing"); registrator.setUserId("system");
registrator.setEmail("Missing"); registrator.setEmail("");
registrator.setActive(false); registrator.setActive(false);
} else { } else {
registrator.setFirstName(registratorPersonPE.getFirstName()); registrator.setFirstName(registratorPersonPE.getFirstName());
......
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