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
aa8a8b4e
Commit
aa8a8b4e
authored
May 27, 2019
by
nilu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
S36966225 # Client - Incoming Issues (raised by Client) #Make Cover Letter optional
parent
d81f6125
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
SendVerificationMailFP.java
cmsWebApp/src/performa/form/SendVerificationMailFP.java
+0
-1
verify_identity.jsp
...pp/webroot/extensions/applicantportal/verify_identity.jsp
+2
-2
No files found.
cmsWebApp/src/performa/form/SendVerificationMailFP.java
View file @
aa8a8b4e
...
...
@@ -60,7 +60,6 @@ public class SendVerificationMailFP extends SaveFP
if
(
job
.
getRequireCV
())
{
BusinessObjectParser
.
assertFieldCondition
(
jobApplication
.
getCV
()
!=
null
,
jobApplication
,
JobApplication
.
FIELD_CV
,
"uploadCV"
,
exceptions
,
true
,
request
);
BusinessObjectParser
.
assertFieldCondition
(
jobApplication
.
getCoverLetter
()
!=
null
,
jobApplication
,
JobApplication
.
FIELD_CoverLetter
,
"uploadCover"
,
exceptions
,
true
,
request
);
}
BusinessObjectParser
.
assertFieldCondition
(
candidate
.
getGoogleAddressText
()
!=
null
,
candidate
,
Candidate
.
FIELD_GoogleAddressText
,
"mandatory"
,
exceptions
,
true
,
request
);
...
...
cmsWebApp/webroot/extensions/applicantportal/verify_identity.jsp
View file @
aa8a8b4e
...
...
@@ -223,7 +223,7 @@
{
%>
<div class="form-group text-left relative-parent ">
<label>Upload your CV (PDF preferred)</label>
<label>Upload your CV
, required
(PDF preferred)</label>
<div class="form-control second-style">
<a target='blank' class="new-file-link" href='<%= request.getContextPath() + "/" + BinaryContentHandler.getRelativeURL(request, jobApplication, "CV", jobApplication.getCV(), true) %>'>
<%= jobApplication.getCV() != null ? "Click to View File" : "" %>
...
...
@@ -233,7 +233,7 @@
</div>
</div>
<div class="form-group text-left relative-parent">
<label>Upload your Cover Letter (PDF preferred)</label>
<label>Upload your Cover Letter
, optional
(PDF preferred)</label>
<div class="form-control second-style">
<a target='blank' class="new-file-link" href='<%= request.getContextPath() + "/" + BinaryContentHandler.getRelativeURL(request, jobApplication, "CoverLetter", jobApplication.getCoverLetter(), true) %>'>
<%= jobApplication.getCoverLetter() != null ? "Click to View File" : "" %>
...
...
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