Skip to content

Correct class and table name in GrantApplicationPage.entityType.php

Fix for #197: correct the class name and table name defined in GrantApplicationPage.entityType.php to match those in grantapplications_civicrm_entityTypes() and stop CiviCRM crashing because of a non-existent class name.

NOTE: This seems to fix the immediate issue, but it may be appropriate / necessary to move the file to appear in a folder called xml/schema/CRM/Grant rather than .../Grantapplications to preserve the correct naming convention.

Merge request reports