Changeset 5665


Ignore:
Timestamp:
Jun 23, 2011, 12:32:07 PM (12 years ago)
Author:
Nicklas Nordborg
Message:

References #1153: Handling short read transcript sequence data

Edit dialog didn't load parent items correctly for existing items.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/biomaterials/extracts/edit_extract.jsp

    r5664 r5665  
    180180    extract = Extract.getById(dc, itemId);
    181181    extract.checkPermission(Permission.WRITE);
     182    parentType = extract.getParentType();
    182183    cc.setObject("item", extract);
    183184    title = "Edit extract -- " + HTML.encodeTags(extract.getName());
     
    858859            buttonstyle="width: 150px;"
    859860            buttonicon="add.png"
    860             buttontitle="Select biosource…"
     861            buttontitle="Select sample…"
    861862            required="false"
    862863            current="<%=currentSample%>"
Note: See TracChangeset for help on using the changeset viewer.