mcube27

Results 6 issues of mcube27

After using the plugin in a Cakephp 3.8 app, I realized that you cannot use bin\cake i18n extract to get the plugin in your app locale. It would be nice...

Using Cakephp 3.8 and FriendOfCake Crud. If I understand correctly, the Trash behavior passes through all $rules->add and $rules->addUpdate. Does it pass through $rules->addDelete ? Could we avoid passing through...

Hi, I have this code in my sfc: ``` {{ $t('booking.titleAdd') }} {{ $t('booking.titleEdit') }} {{ $t('booking.at') }} {{ vendor.public_name }} ``` And I can't get to have a space...

Hi, I have an article with translated name and description. I use the shadow strategy. If I want to create multiple translations for an article, I need to pass this:...

There is an error when you use a recovery code. It seems the issue is in [TwoFactorAuthenticatable.php file at line 106 ](https://github.com/jeffgreco13/filament-breezy/blob/93baeb617f227a4ac37884e826a500e4039c89f9/src/Traits/TwoFactorAuthenticatable.php#L106) The `$this->breezy_session->forceFill()` should be written `$this->breezySession->forceFill()`

#### Issue Once we select "opt-in" option in admin->Email settings, we should find a tick in Leads and Contacts to attests if the e-mail is opting in for newsletter. ####...

Type: Bug
Priority:Important
Type:Missing Feature