Changeset 6583


Ignore:
Timestamp:
Oct 31, 2014, 7:52:16 AM (9 years ago)
Author:
Nicklas Nordborg
Message:

Fixes #1877: Selecting 'none' for array design when creating a raw bioassay still set the project default array design

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3-stable/www/views/rawbioassays/index.jsp

    r6413 r6583  
    347347      {
    348348        ad = arrayDesignId == 0 ? null : ArrayDesign.getById(dc, arrayDesignId);
    349         if (!rba.isSameArrayDesign(ad))
     349        if (!rba.isSameArrayDesign(ad) || !rba.isInDatabase())
    350350        {
    351351          if (rba.hasData())
Note: See TracChangeset for help on using the changeset viewer.