Opened 9 years ago
Closed 9 years ago
#697 closed defect (fixed)
Can't start alignment if there are libraries without a library plate
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | critical | Milestone: | Reggie v2.17.2 |
Component: | net.sf.basedb.reggie | Keywords: | |
Cc: |
Description
The javascript is not prepared for this case since it tries to add the plate name in to the selection list. The following error message is displayed and no further action is possible.
TypeError: lib.bioWell is undefined Align</align.initializeStep1@https://base.onk.lu.se/test/extensions/reggie.jar/analysis/align_start.js?v=2.18-dev:50:9 Wizard</internal.asyncCallbackWrapper@https://base.onk.lu.se/test/extensions/reggie.jar/reggie-2.js?v=2.18-dev:882:6 Ajax</internal.onReadyStateChange@https://base.onk.lu.se/test/include/scripts/main-2.js?v=3.3.3:4515:5 Ajax</ajax.setReadyStateHandler/<@https://base.onk.lu.se/test/include/scripts/main-2.js?v=3.3.3:4504:5
There is probably a similar error on the start cufflinks wizard.
And we should probably check the confirmation wizards as well.
Change History (4)
comment:1 Changed 9 years ago by
comment:2 Changed 9 years ago by
comment:3 Changed 9 years ago by
comment:4 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [2952]) References #697: Can't start alignment if there are libraries without a library plate
Fixed on the start alignment wizard.