VertNet / webapp

VertNet web application
8 stars 7 forks source link

Add lastindexed to Index tab in record detail #610

Closed tucotuco closed 8 years ago

tucotuco commented 8 years ago

Somehow I missed this one originally.

laurarussell commented 8 years ago

Having issue with this one. Have added in both detail.js pages and in detail.html. Have tried a variety of upper/lowercasing lastindexed, but cannot get the data to appear. @tucotuco What am I missing?

tucotuco commented 8 years ago

Solved in commit bff0cd72d77bfd490cd459a43d5b3a960947f427. The record accessed via _get_rec() in search.py did not propagate the lastindexed field, which is not a part of the verbatim_record. Now it does, and lastindexed shows in the Index tab of the record detail. Closing.