Chris Burke

Results 4 comments of Chris Burke

@ADmad Unfortunately, since I need the `name` elsewhere (e.g. search filters at the top of index, and drop downs on add/edit), setting the default display field to `short_name` just moves...

@lorenzo For reference, this was the approach with a reusable entity (after cleaning it up): ``` php public function index() { $action = $this->Crud->action(); $action->config([ 'scaffold.fields' => [ 'facility_id' =>...

Just a quick update to say I haven't forgot about this and plan to get around to it at some point. My solution currently looks like this for now, after...

The files in `vendor/bin` are just symlinks, at least for me on OS X, so things work fine here: ``` console $ ll vendor/bin/ vendor/bin/codecept -> ../codeception/codeception/codecept phpunit -> ../phpunit/phpunit/phpunit...