Open mahalakshme opened 3 days ago
dump kept in user media. it starts with Kept...
Individual.initLowestAddressLevel should be changed to following otherwise it returns false instead of returning null.
static initLowestAddressLevel(lowestAddressLevel, subjectType, entityService) { const isUserSubjectType = subjectType && subjectType.isUser(); const noAddress = _.isNil(lowestAddressLevel); if (noAddress) { return isUserSubjectType ? this.getPlaceholderAddressLevel(entityService) : null; } return lowestAddressLevel; }
https://avni.freshdesk.com/a/tickets/4878
app: 10.0.3, 9.4.0 username: mubarak@hd_utthaan env: prod