Skip to content
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

TaskEmailDue fails with error when trying to send mails to "creator" #25

Closed
imfx77 opened this issue Sep 22, 2023 · 4 comments
Closed

Comments

@imfx77
Copy link

imfx77 commented Sep 22, 2023

if ($project['is_active'] && $task['column_id'] != $this->getParam('column_id')) {

the variable $project is not initialized in the second cycle for the creator
hence error upon trying to index null object

@creecros
Copy link
Owner

Good catch, I see it.

Can you make a PR, or do you need me to do it?

@imfx77
Copy link
Author

imfx77 commented Sep 22, 2023

Well, I use kanboard as a docker image on my Synology, and I don't really checkout the repo. Fixed the issue locally at my side two days ago just forgot to report it here. So, pls, touch it whenever you see fit.

@creecros
Copy link
Owner

creecros commented Oct 6, 2023

crap i should have done this before updateing the release.

@creecros
Copy link
Owner

creecros commented Oct 6, 2023

remdae the release to accomadate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants