Changeset 7703 for trunk/www/biomaterials/biosources/index.jsp
- Timestamp:
- Apr 11, 2019, 9:31:26 AM (3 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/3.15-stable (added) merged: 7684-7700 /tags/3.15 (added) merged: 7701
- Property svn:mergeinfo changed
-
trunk/www/biomaterials/biosources/index.jsp
r7605 r7703 185 185 ItemSubtype subtype = subtypeId == 0 ? null : ItemSubtype.getById(dc, subtypeId); 186 186 bioSource.setItemSubtype(subtype); 187 if (subtype != null) cc.setRecent(subtype, maxRecent);187 cc.setRecent(Item.ITEMSUBTYPE, subtype, maxRecent); 188 188 } 189 189
Note: See TracChangeset
for help on using the changeset viewer.