Changeset 7752 for branches/3.15-stable


Ignore:
Timestamp:
Nov 6, 2019, 1:33:49 PM (3 years ago)
Author:
Nicklas Nordborg
Message:

Fixes #2197: Display raw data type in the platform column

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.15-stable/www/views/derivedbioassays/view_bioassay.jsp

    r7604 r7752  
    713713                <tbl:row>
    714714                  <tbl:cell column="name"><%=Base.getLinkedName(ID, item, false, true)%></tbl:cell>
    715                   <tbl:cell column="platform"><base:propertyvalue item="<%=item%>" property="platform" /></tbl:cell>
     715                  <tbl:cell column="platform">
     716                    <base:propertyvalue item="<%=item%>" property="platform" /> /
     717                    <%=item.getRawDataType().toString() %>
     718                  </tbl:cell>
    716719                  <tbl:cell column="description"><%=HTML.encodeTags(item.getDescription())%></tbl:cell>
    717720                </tbl:row>
Note: See TracChangeset for help on using the changeset viewer.