Server events for Calendar Report does not apply

PHPMaker 2025.4.3.

From demo2025 project, I tried to insert this following code into Row_Inserting and Row_Updating server events that belongs to the Calendar1 Report:

$newRow["Description"] = html_entity_decode($newRow["Description"]);

Unfortunately, after re-generating ALL the script files, that code above has never been inserted into the related server events in models/Calendar1.php file.

This issue only happened for Calendar1 Report, but not for the calendar table itself.

Please update to the latest template (Tools → Update Template) and try again.

Thanks. The latest template fixed the issue.