Fix Issue With Class Not Found Error
We recently updated to Civirule version 2.24 and when trying to edit an existing rule that has a Case status change condition, the rule is un-editable and an error is logged that the class CRM_CivirulesConditions_Case_CaseStatus
does not exist. The class existed before and recently renamed. This PR fixes the issue by updating the class name to reflect recent changes.