Changeset 5467
- Timestamp:
- Nov 2, 2010, 9:09:32 AM (12 years ago)
- Location:
- branches/2.16-stable/www/biomaterials
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.16-stable/www/biomaterials/bioplates/wells/list_biowells.jsp
r5466 r5467 112 112 try 113 113 { 114 final ItemQuery<BioWell> query = Base.getConfiguredQuery(dc, cc, false, bioplate.getBioWells(), mode);114 final ItemQuery<BioWell> query = Base.getConfiguredQuery(dc, cc, true, bioplate.getBioWells(), mode); 115 115 query.join(Hql.leftJoin(null, "bioMaterial", "mbm", null, true)); 116 116 query.join(Hql.leftJoin("mbm", "creationEvent", "evt", null, true)); -
branches/2.16-stable/www/biomaterials/extracts/edit_extract.jsp
r5459 r5467 398 398 } 399 399 url += '&bioplate_id='+bioplateId; 400 url += '&resetTemporary=1&tmpfilter:STRING: bioMaterial.name='+escape('=');400 url += '&resetTemporary=1&tmpfilter:STRING:$mbm.name='+escape('='); 401 401 url += '&tmpfilter:STRING:originalBioMaterial.name='+escape('='); 402 402 url += '&columns=row,column'; -
branches/2.16-stable/www/biomaterials/labeledextracts/edit_labeledextract.jsp
r5459 r5467 429 429 } 430 430 url += '&bioplate_id='+bioplateId; 431 url += '&resetTemporary=1&tmpfilter:STRING: bioMaterial.name='+escape('=');431 url += '&resetTemporary=1&tmpfilter:STRING:$mbm.name='+escape('='); 432 432 url += '&tmpfilter:STRING:originalBioMaterial.name='+escape('='); 433 433 url += '&columns=row,column'; -
branches/2.16-stable/www/biomaterials/samples/edit_sample.jsp
r5459 r5467 400 400 } 401 401 url += '&bioplate_id='+bioplateId; 402 url += '&resetTemporary=1&tmpfilter:STRING: bioMaterial.name='+escape('=');402 url += '&resetTemporary=1&tmpfilter:STRING:$mbm.name='+escape('='); 403 403 url += '&tmpfilter:STRING:originalBioMaterial.name='+escape('='); 404 404 url += '&columns=row,column';
Note: See TracChangeset
for help on using the changeset viewer.