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
c4a52052
Commit
c4a52052
authored
Feb 13, 2019
by
Nilu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
S19008930 # Client - Incoming Issues (raised by Client) #Require CV default to YES
parent
2d4ac5b8
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
BaseJob.java
cmsWebApp/src/performa/orm/BaseJob.java
+2
-2
Job.xml
cmsWebApp/src/performa/orm/Job.xml
+1
-1
No files found.
cmsWebApp/src/performa/orm/BaseJob.java
View file @
c4a52052
...
...
@@ -1159,7 +1159,7 @@ public abstract class BaseJob extends BaseBusinessClass
Map
metaInfo
=
new
HashMap
();
metaInfo
.
put
(
"dbcol"
,
"require_cv"
);
metaInfo
.
put
(
"defaultValue"
,
"Boolean.
FALS
E"
);
metaInfo
.
put
(
"defaultValue"
,
"Boolean.
TRU
E"
);
metaInfo
.
put
(
"name"
,
"RequireCV"
);
metaInfo
.
put
(
"type"
,
"Boolean"
);
...
...
@@ -1348,7 +1348,7 @@ public abstract class BaseJob extends BaseBusinessClass
_ExpectedCandidateRadius
=
(
LocationRadius
)(
LocationRadius
.
KM100
);
_State
=
(
State
)(
State
.
WA
);
_Country
=
(
Countries
)(
Countries
.
AU
);
_RequireCV
=
(
Boolean
)(
Boolean
.
FALS
E
);
_RequireCV
=
(
Boolean
)(
Boolean
.
TRU
E
);
_IsManuallyClosed
=
(
Boolean
)(
Boolean
.
FALSE
);
_LastEdited
=
(
Date
)(
HELPER_LastEdited
.
initialise
(
_LastEdited
));
_IsPPJ
=
(
Boolean
)(
Boolean
.
FALSE
);
...
...
cmsWebApp/src/performa/orm/Job.xml
View file @
c4a52052
...
...
@@ -50,7 +50,7 @@
<ATTRIB
name=
"ExpectedCandidateRadius"
type=
"LocationRadius"
dbcol=
"location_radius"
defaultValue=
"LocationRadius.KM100"
attribHelper=
"EnumeratedAttributeHelper"
mandatory=
"true"
/>
<ATTRIB
name=
"State"
type=
"State"
dbcol=
"state"
defaultValue=
"State.WA"
attribHelper=
"EnumeratedAttributeHelper"
/>
<ATTRIB
name=
"Country"
type=
"Countries"
dbcol=
"country"
defaultValue=
"Countries.AU"
attribHelper=
"EnumeratedAttributeHelper"
/>
<ATTRIB
name=
"RequireCV"
type=
"Boolean"
dbcol=
"require_cv"
defaultValue=
"Boolean.
FALS
E"
/>
<ATTRIB
name=
"RequireCV"
type=
"Boolean"
dbcol=
"require_cv"
defaultValue=
"Boolean.
TRU
E"
/>
<ATTRIB
name=
"IsManuallyClosed"
type=
"Boolean"
dbcol=
"manually_closed"
defaultValue=
"Boolean.FALSE"
/>
<ATTRIB
name=
"LastEdited"
type=
"Date"
dbcol=
"last_edited"
/>
<ATTRIB
name=
"IsPPJ"
type=
"Boolean"
dbcol=
"is_ppj"
defaultValue=
"Boolean.FALSE"
/>
...
...
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