Release notes V 10.0.3
This new version comes after the finding of 2 technical issues:
Plugin access to certain project report data would end-up in java null pointer exception
Affected function: ProjectReportDataProvider.getProjectResults()
Keep.eu plugin was for example impacted by this bug.
Original migration script used for installation of Jems V10 could block installation
Division by 0 issue in partner contribution recalculation migration
Script affected: V202403211401__retrigger_partner_contribution_recalculation.sql
Further, the Plugin for SFC table 2 was fixed. Column Total eligible expenditure declared by beneficiaries did contain also amounts submitted in project reports rather than (correctly) only amounts which were verified by MA/JS.
Migration (Only if you have installed 10.0.2)
If your system have already installed 10.0.2, a flyway script migration issue will prevent the boot of Jems.
Please run the follow script and start Jems again:
UPDATE `flyway_schema_history` SET `checksum`=-1225798020 WHERE `version`=202403211401;