Comment 24 for bug 1777675

Revision history for this message
Kyle Huckins (khuckins) wrote :

Thanks for the feedback! I'm puzzled by this issue - my understanding is, it's happening because we're bringing the data for the item into the grid before the actual response updates everything in the DB, so we can't retrieve the timestamp after it's processed by postgres. I've made attempts to pass in an actual timestamp by parsing DateTime->now, and also by trying to change the data in the JS. I'm thinking a solution may be to add an _inventory_date to the alci information for this specific UI, although it feels like it would be very hacky.