LookupSource List logic adjust
This commit is contained in:
parent
990370777d
commit
6242642238
@ -275,10 +275,14 @@ namespace IronIntel.Contractor.Site
|
||||
hasJobsite = true;
|
||||
}
|
||||
}
|
||||
else if (q.QuestionType == QuestionTypes.EmailList)
|
||||
{
|
||||
hasEmail = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
if (hasEmail)
|
||||
//if (hasEmail)
|
||||
{
|
||||
ir.EmailList = aic.GetInspectEmailList(companyId, string.Empty);
|
||||
}
|
||||
@ -287,7 +291,7 @@ namespace IronIntel.Contractor.Site
|
||||
var ac = CreateClient<AssetQueryClient>();
|
||||
ir.AssetList = ac.GetAssetBasicInfoByUser(companyId, string.Empty, session.User.UID);
|
||||
}
|
||||
if (hasJobsite)
|
||||
//if (hasJobsite)
|
||||
{
|
||||
var jc = CreateClient<JobSiteProvider>();
|
||||
ir.JobSiteList = jc.GetJobSiteLimitItems(companyId, string.Empty);
|
||||
|
2
Site
2
Site
@ -1 +1 @@
|
||||
Subproject commit a8a97bfcdfac1921d43bf49c635b8c5de25e78f9
|
||||
Subproject commit 23d7c999d9beda312a7190dcca40c1f172af3840
|
Loading…
x
Reference in New Issue
Block a user