Ignore:
Timestamp:
Sep 8, 2011, 2:04:19 PM (12 years ago)
Author:
Nicklas Nordborg
Message:

References #1153: Handling short read transcript sequence data

Display job and plug-in information for derived bioassays. Added 'Run analysis plug-in' to toolbar on single-item page (derived bioassay).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/views/derivedbioassays/list_bioassays.jsp

    r5685 r5727  
    316316        property="&rawBioAssays(name)"
    317317        datatype="string"
     318        filterable="true"
     319        exportable="true"
     320      />
     321      <tbl:columndef
     322        id="plugin"
     323        property="job.pluginDefinition.name"
     324        datatype="string"
     325        title="Plugin"
     326        sortable="true"
    318327        filterable="true"
    319328        exportable="true"
     
    679688                    enablePropertyLink="<%=mode.hasPropertyLink()%>"
    680689                  /></tbl:cell>
     690                <tbl:cell column="plugin"
     691                  ><base:propertyvalue
     692                    item="<%=item%>"
     693                    property="job.pluginDefinition"
     694                    enableEditLink="<%=mode.hasEditLink()%>"
     695                    enablePropertyLink="<%=mode.hasPropertyLink()%>"
     696                  /></tbl:cell>
    681697                <tbl:cell column="protocol"
    682698                  ><base:propertyvalue
Note: See TracChangeset for help on using the changeset viewer.