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
c6c7134a
Commit
c6c7134a
authored
Nov 21, 2018
by
Nilu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
S12520241 # Client - Incoming Issues (raised by Client) #Google Location on job but not Applicant
hiding distant related information for now
parent
1c213b96
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
Candidate.java
cmsWebApp/src/performa/orm/Candidate.java
+6
-0
verify_identity.jsp
...pp/webroot/extensions/applicantportal/verify_identity.jsp
+3
-0
No files found.
cmsWebApp/src/performa/orm/Candidate.java
View file @
c6c7134a
...
@@ -183,4 +183,9 @@ public class Candidate extends BaseCandidate
...
@@ -183,4 +183,9 @@ public class Candidate extends BaseCandidate
{
{
return
isTrue
(
getConditionsAgreed
());
return
isTrue
(
getConditionsAgreed
());
}
}
public
boolean
isFarFromJob
()
{
return
false
;
}
}
}
\ No newline at end of file
cmsWebApp/webroot/extensions/applicantportal/verify_identity.jsp
View file @
c6c7134a
...
@@ -172,6 +172,7 @@
...
@@ -172,6 +172,7 @@
</div>
</div>
</div>
</div>
</div>
</div>
<oneit:recalcClass htmlTag="div" classScript="candidate.isFarFromJob() ? 'show': 'hide'" candidate="<%= candidate %>">
<div class="relocate-warning-box">
<div class="relocate-warning-box">
<p>
<p>
We noticed that your location is different to the location of the job (Melbourne, 3000).
We noticed that your location is different to the location of the job (Melbourne, 3000).
...
@@ -193,6 +194,8 @@
...
@@ -193,6 +194,8 @@
</div>
</div>
<span class="warning-icon"></span>
<span class="warning-icon"></span>
</div>
</div>
</oneit:recalcClass>
<%
<%
if(isVerify)
if(isVerify)
{
{
...
...
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