TexasDigitalLibrary / Vireo

Vireo is a turnkey Electronic Thesis and Dissertation (ETD) Management System.
https://texasdigitallibrary.atlassian.net/wiki/spaces/VUG/pages/87490642/About
GNU General Public License v2.0
46 stars 35 forks source link

deposit location creation intermodal not interpreting timeout default properly, currently needs to be reset manually as a workaround #1866

Open smutniak opened 1 year ago

smutniak commented 1 year ago

Based on the java error seen when attempting to create a new deposit_location, the default 240 timeout needs to be manually rewritten in the UI. The default seems to get interpreted as an int which it wants to turn into a string and then an Integer. Manually re entering the 240 (or any value) will lead it to consider it a string and then create the Integer representation.