Commit 8725d63a by Nilu

S12567691 # Client - Incoming Issues (raised by Client) #Applicant Summary report

Adding areas of concerns to summary report
parent 01d87ed5
......@@ -118,7 +118,7 @@
</div>
<div class="row four-label">
<%
if(detailed)
if(true)
{
for(CriteriaType ct: CriteriaType.getCriteriaTypeArray())
{
......@@ -247,7 +247,7 @@
<%
List<FactorScore> factorScores = jobApplication.getRoleAreaOfConcerns();
if(detailed && !factorScores.isEmpty())
if(!factorScores.isEmpty())
{
int rowCount = (factorScores.size() % 2 == 0) ? (factorScores.size() / 2) : ((factorScores.size() + 1) / 2);
......@@ -368,7 +368,7 @@
<%
List<Tuple.T2> cultureConcerns = jobApplication.getCultureAreaOfConcerns();
if(detailed && !cultureConcerns.isEmpty())
if(!cultureConcerns.isEmpty())
{
int rowCount = (cultureConcerns.size() % 2 == 0) ? (cultureConcerns.size() / 2) : ((cultureConcerns.size() + 1) / 2);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment