Fixed
Details
Details
Assignee
Vasilis Daloukas
Vasilis DaloukasReporter
Jean-François Rouleau
Jean-François RouleauPlugin Version
2019-03-30-1
Components
Affects versions
Priority
Clockify
Clockify
Created 24 April 2019 at 14:45
Updated 3 June 2019 at 16:26
Resolved 24 April 2019 at 16:08
In the file db/install.php line 11-12, the fields intro and introformat are defined with NOTNULL="true" while in db/upgrade.php line 1826-1836 they are defined to accept null value. The result is that on a fresh install null values are not accepted while on a plugin upgrade they are. I've had data backuped with null intro on a Moodle with upgraded game that couln't be restored on a Moodle with a freshly installed game.