devaslanphp / project-management

An open source Project management tool based on Laravel and Filament
https://devaslanphp.github.io/project-management
MIT License
681 stars 188 forks source link

Fixing up the notification is not being sent for the user that has been added from the filamentphp dashboard #118

Open Eng3bbas opened 2 months ago

Eng3bbas commented 2 months ago

//fixing up creation token not created and the notification not sended protected function mutateFormDataBeforeCreate(array $data): array { $data['type'] = "db"; return parent::mutateFormDataBeforeCreate($data); }

mihaisolomon commented 2 months ago

Please create a pull request with this fix.

mtnkosi commented 1 month ago

I installed Helper on Firday (12 July 2024) on my local machine. Everything looks to be fine except for sending a notifaction when I create new user. What must I do to get this working?

mtnkosi commented 1 month ago

I installed Helper on Firday (12 July 2024) on my local machine. Everything looks to be fine except for sending a notifaction when I create new user. What must I do to get this working?

I had to make few changes to get this working. I am now sorted - the notification is working.

mihaisolomon commented 1 month ago

Can you make a PR with the changes that you did, so we can fix the problem?

mtnkosi commented 1 month ago

Can you make a PR with the changes that you did, so we can fix the problem?

My fix is almost similar to what AbbasovMakrov did. If he hasn't created a pull request, I can create one.