-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
URL nullable? #84
Comments
Thanks for your feedback, Notifynder try to be as generic and extendable as possible. For custom cases and custom scenarios Notifynder allow you to be personalised as needed. For example if in your case you need the url as nullable then create a migration that make the field nullable. The only current limitation is the builder which is not very extendable for your case and it require a url. I will keep this in mind for future releases thanks. |
Yes, at the moment I think I'll create a migration to make that field nullable. |
I solved this problem by using |
pls use the |
#84 make url nullable and don't require it
PR #104 is merged - so this is done. |
PR #108 is also merged so this issue is done and closed. |
I think the URL field should be nullable.
I have some notifications which don't require the user to be redirected to an URL.
At the moment, I'm setting the URL to an empty string.
Thank you
The text was updated successfully, but these errors were encountered: