ADmad

Results 347 comments of ADmad

The default crud action is set in CrudComponent::initialize() which gets run after Controller::initialize(). While we could fix the exception calling isActionMapped() so early without an argument will never yield the...

Closing due to lack of response.

This patch seems fine but it lacks tests :( I don't have the time to add them and @jadb seem to have been abducted by aliens. @burzum Your helper prototype...

Can't think of a better way right now other than making `displayField` a callable as you suggested. You can make a PR without tests initially.

We would still need the processing done by `slug()` for things like uniqueness check. So the change would be in `_getSlugStringFromEntity()` where you would check if `displayField` is a callback...

I wonder if there's a use case where someone wants to set the slug to an entity property which doesn't map to a db field. @jadb Travis now requires mysql...

@burzum I am not denying the usefulness of these explicit checks. My concern is adding check for table columns means one can't use the behavior to assign the slug to...

Wouldn't simply using the `mapFields` option as ```php 'mapFields' => ['email' => 'emails.0.value'] ``` solve the problem?

I personally don't plan to. Spending time on an OAuth2 only plugin doesn't make sense when the likes of Google and Apple use OpenID Connect now. Instead you can checkout...