Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
PERFORMA_REPLICA
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Muhammad Usman
PERFORMA_REPLICA
Commits
f0c2358b
Commit
f0c2358b
authored
Nov 12, 2018
by
Nilu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
S12521471 # Client - Incoming Issues (raised by Client) #Draft Job can view Applicant list
parent
44a1abc9
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
0 deletions
+26
-0
job_list.jsp
cmsWebApp/webroot/extensions/adminportal/inc/job_list.jsp
+26
-0
No files found.
cmsWebApp/webroot/extensions/adminportal/inc/job_list.jsp
View file @
f0c2358b
...
...
@@ -43,6 +43,32 @@
{
int shortlisted = job.getNoOfCandidatesFor(ApplicationStatus.SHORTLISTED);
int maxShortlist = job.getMaxShortlistApplicants();
// go to edit job if job is in draft status
if(job.getJobStatus() == JobStatus.DRAFT)
{
Article jobsArticle = WebUtils.getArticleByShortCut(transaction, WebUtils.JOBS);
String editJobPage = "";
if(job.getDraftLocation() == null)
{
editJobPage = jobsArticle.getLink(request, CollectionUtils.mapEntry("cms.rm", WebUtils.JOB_REVIEW).toMap());
}
else if(job.getDraftLocation() == DraftLocation.DETAILS)
{
editJobPage = jobsArticle.getLink(request, CollectionUtils.mapEntry("cms.rm", WebUtils.CREATE_JOB).toMap());
}
else if(job.getDraftLocation() == DraftLocation.ASSESSMENT)
{
editJobPage = jobsArticle.getLink(request, CollectionUtils.mapEntry("cms.rm", WebUtils.ASSESSMENT_CRITERIA).toMap());
}
else if(job.getDraftLocation() == DraftLocation.CULTURE)
{
editJobPage = jobsArticle.getLink(request, CollectionUtils.mapEntry("cms.rm", WebUtils.WORKPLACE_CULTURE).toMap());
}
nextPage = editJobPage + "&JobID=" + job.getObjectID();
}
%>
<div class="job-list" id="<%= job.getID() %>">
<div class="job-row" >
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment