Changeset 3478
- Timestamp:
- 09/07/10 15:24:17 (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molgenis_projects/col7a1/handwritten/java/plugin/ui/upload/UploadPlugin.java
r3462 r3478 260 260 if (this.mutationUploadVO.getExon() != null) 261 261 this.mutationForm.get("exon").setValue(this.mutationUploadVO.getExon().getId()); 262 this.mutationForm.get("nt ").setValue(this.mutationUploadVO.getNt());262 this.mutationForm.get("nt_rep").setValue(this.mutationUploadVO.getNt()); 263 263 this.mutationForm.get("readonly_ntchange").setValue(this.mutationUploadVO.getMutation().getNtchange()); 264 264 this.mutationForm.get("codon_number").setValue(this.mutationUploadVO.getMutation().getAa_position()); 265 this.mutationForm.get("codon_number_rep").setValue(this.mutationUploadVO.getMutation().getAa_position()); 265 266 this.mutationForm.get("codon").setValue(this.mutationUploadVO.getCodon()); 266 267 this.mutationForm.get("codonchange").setValue(this.mutationUploadVO.getMutation().getCodonchange());
Note: See TracChangeset
for help on using the changeset viewer.