Changeset 3524 for trunk/www/views/rawbioassays/index.jsp
- Timestamp:
- Jun 20, 2007, 3:01:51 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/views/rawbioassays/index.jsp
r3523 r3524 102 102 Job j = Job.getById(dc, jobId); 103 103 j.start("Initialising...", Application.getHostName()); 104 ProgressReporter progress = j.getProgressReporter(null); 104 105 dc.commit(); 105 106 dc = sc.newDbControl(); 106 107 RawBioAssay rba = RawBioAssay.getById(dc, rawBioAssayId); 107 108 ArrayDesign design = ArrayDesign.getById(dc, arrayDesignId); 108 ProgressReporter progress = j.getProgressReporter(null);109 109 try 110 110 { … … 264 264 job.setName("Validating array design on " + rba.getName()); 265 265 job.setPrepared(Application.getHostName()); 266 job.setSendMessage(Values.getBoolean(sc.getUserClientSetting("plugins.sendmessage"), false)); 266 267 dc.saveItem(job); 267 268 }
Note: See TracChangeset
for help on using the changeset viewer.