denshoproject / ddr-local

Web UI used for interacting with DDR collections and entities on a local machine.
Other
3 stars 0 forks source link

Sorting TypeError in ddr-densho-1000-485 #303

Closed gjost closed 11 months ago

gjost commented 2 years ago

Problem encountered while building list to display tabs of Entity children types. '<' not supported between instances of 'int' and 'str' while trying to compare

Error occurred with ddrlocal v5.2.6 running in a VirtualBox VM.

ddr-densho-1000-485-TypeError at _ui_entity.zip

gjost commented 2 years ago

I was initially unable to duplicate this on my local dev VM with a ddr-densho-1000 cloned from the Gitolite hub until I installed v5.2.6, at which point the error appeared.

This can be solved by upgrading the VM to the current v5.3.1 release.

GeoffFroh commented 2 years ago

@sarabeckman and/or @pkikawa: please verify and close