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
3b7f717c
Commit
3b7f717c
authored
Nov 15, 2018
by
Nilu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
S12521519 # Client - Incoming Issues (raised by Client) #Editing Draft Job sets filter to Draft
parent
fe81403a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
+0
-7
SaveJobFP.java
cmsWebApp/src/performa/form/SaveJobFP.java
+0
-7
No files found.
cmsWebApp/src/performa/form/SaveJobFP.java
View file @
3b7f717c
...
@@ -40,13 +40,6 @@ public class SaveJobFP extends SaveFP
...
@@ -40,13 +40,6 @@ public class SaveJobFP extends SaveFP
LogMgr
.
log
(
Job
.
LOG
,
LogLevel
.
PROCESSING1
,
"In SaveJobFP saving job : "
,
job
);
LogMgr
.
log
(
Job
.
LOG
,
LogLevel
.
PROCESSING1
,
"In SaveJobFP saving job : "
,
job
);
// if(status != null)
// {
// LogMgr.log(Job.LOG, LogLevel.PROCESSING1,"In SaveJobFP setting job status to session : ", status );
//
// request.getSession().setAttribute("JobStatus", status);
// }
Job
oldJob
=
(
Job
)
job
.
getEarliestBackup
();
Job
oldJob
=
(
Job
)
job
.
getEarliestBackup
();
if
(
oldJob
!=
null
&&
oldJob
.
getJobStatus
()
==
JobStatus
.
DRAFT
&&
(
job
.
getJobStatus
()
==
JobStatus
.
OPEN
||
status
==
JobStatus
.
OPEN
))
if
(
oldJob
!=
null
&&
oldJob
.
getJobStatus
()
==
JobStatus
.
DRAFT
&&
(
job
.
getJobStatus
()
==
JobStatus
.
OPEN
||
status
==
JobStatus
.
OPEN
))
...
...
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