Details
Description
The Client Cards plugin creates the Invoices and Services cards for display on the client area. They do not observe the Route.client route defined in /config/routes.php
To reproduce, edit /config/routes.php, change:
Configure::set('Route.client', 'client');
To
Configure::set('Route.client', 'somethingelse');
Login as a client, observe the links for the Services and Invoices cards.