Commit 4d1f6708 by Nilu

S12522033 # Client - Incoming Issues (raised by Client) #Order of Steps

parent f0c2358b
......@@ -11,6 +11,9 @@
String currentPage = (String) getData(request, "currentPage");
ApplicationStatus appStatus = (ApplicationStatus) getData(request, "WorkFlowStatus");
String applicationPage = WebUtils.getSamePageInRenderMode(request, WebUtils.VIEW_APPLICATION);
List<WorkFlow> sortedWorkFlows = ObjstoreUtils.sort(job.getWorkFlowsSet(),
new ObjectTransform[]{WorkFlow.pipesWorkFlow().toSortOrder()},
new Comparator[]{CollectionUtils.DEFAULT_COMPARATOR_NULLS_FIRST});
%>
<oneit:dynIncluded>
......@@ -98,7 +101,7 @@
culture fit
</div>
<%
if(job.getIncludeAssessmentCriteria()==Boolean.TRUE)
if(job.getIncludeAssessmentCriteria() == Boolean.TRUE)
{
%>
<div class="<%= widthClass %> appli-l eq-second-height">
......@@ -120,7 +123,7 @@
<div class="appli-status appli-l eq-second-height">
<div class="appli-list-drop">
<tagfile:ormsingleasso_select obj="<%= jobApplication %>" assocName="WorkFlow" cssClass="form-control app-process"
options="<%= job.getWorkFlowsSet().toArray(new WorkFlow[0]) %>"/>
options="<%= sortedWorkFlows.toArray(new WorkFlow[0]) %>"/>
</div>
</div>
<oneit:button name="changeApplicationStatus" value=" " cssClass="<%= "save-application" + jobApplication.getID().toString() + " hidden"%>"
......
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