partkeepr / PartKeepr

Open Source Inventory Management
http://www.partkeepr.org
GNU General Public License v3.0
1.38k stars 401 forks source link

Export Stock History Does Nothing #359

Closed glowplug closed 9 years ago

glowplug commented 10 years ago

Expected:

View => Stock History => Right Click => "Export as CSV (.csv)"

Prompts user to download .csv file with contents of Stock History tables.

Current:

View => Stock History => Right Click => "Export as CSV (.csv)"

There is no prompt.


This bug affects my system which is an OHV appliance installed into a Ganeti cluster running KVM. It also affects demo.partkeepr.org so I do not believe the bug is directly related to my configuration.

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

Drachenkaetzchen commented 10 years ago

I can confirm that it isn't working for me either; there error is:

"Uncaught TypeError: Cannot read property 'tdCls' of null "

It works if the grid is empty; probably some issue with how we fill up the columns in the stock history view.

Drachenkaetzchen commented 9 years ago

This should be fixed with the next release, see #435