Difference between revisions of "VALT 5.6.10"

From IVS Wiki
Jump to: navigation, search
(Created page with "October 21st, 2022 '''Changes''' *Modified ValtUpgrade script to install openjdk-16-jdk package *Modify failed uploads' database status record from 0 to 5 to prevent these r...")
 
Line 4: Line 4:
 
*Modified ValtUpgrade script to install openjdk-16-jdk package
 
*Modified ValtUpgrade script to install openjdk-16-jdk package
  
 +
'''Fixes'''
 
*Modify failed uploads' database status record from 0 to 5 to prevent these records from showing an "in progress" record in review tab
 
*Modify failed uploads' database status record from 0 to 5 to prevent these records from showing an "in progress" record in review tab
 
*Updated Apache config templates to include updated headers
 
*Updated Apache config templates to include updated headers
 
*Fixes bug where DB record gets created on file upload if file isn't attached to the form before submitted, then a second record created in the DB when the form is resubmitted with the attached file.
 
*Fixes bug where DB record gets created on file upload if file isn't attached to the form before submitted, then a second record created in the DB when the form is resubmitted with the attached file.

Revision as of 08:07, 31 October 2022

October 21st, 2022

Changes

  • Modified ValtUpgrade script to install openjdk-16-jdk package

Fixes

  • Modify failed uploads' database status record from 0 to 5 to prevent these records from showing an "in progress" record in review tab
  • Updated Apache config templates to include updated headers
  • Fixes bug where DB record gets created on file upload if file isn't attached to the form before submitted, then a second record created in the DB when the form is resubmitted with the attached file.