id summary reporter owner description type status priority milestone component version resolution keywords cc 1541 Items that are not Nameable should not be included in the 'Recently viewed items' list Nicklas Nordborg everyone "Currently all items that are view/edited are saved to the recently used items list. This happens in a central place: [http://base.thep.lu.se/browser/tags/2.15/src/clients/web/net/sf/basedb/clients/web/Base.java#L502 Base.java; line 503-522]. The problems is that when the items are displayed in the menu, it is assumed that all items implement the `Nameable` interface. But not all do (eg. BioWell). The result is that the list of recent items may shrink due to the inability to get the name of the item. By unchecking the ""Load the names of all items"" checkbox in the BASE->Preferences->Recent items dialog the primary problem goes away and the menu shows all items. For biowells, there is now a new problem since they don't have a view-page and the menu entry leads to a non-existing location. " defect closed minor BASE 2.16 web fixed