-
Type:
Bug
-
Resolution: Done
-
Priority:
Minor
-
Affects Version/s: COmanage Registry 5.2.0 (52 Pickup)
Attempting to configure an CoreEnroller.ApprovalCollectors enrollment flow step fails at APP/Lib/Util/StringUtilities.php at line 205
public static function entityToClassName($entity): string { |
// $classPath will be something like App\Model\Entity\Name, but we want to return "Names" |
$classPath = get_class($entity);
|
causing the supertitle to fail out.