-
This commit was done 6 years ago, I think it needs changing. I am in a situation where the same email address is being used for different projects but this validator stops me from getting email reports. Can this line be removed safely? Or can somebody help/guide how adjust the code to allow for the same email address to be used across multiple projects? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The original commit is there: d5c4c18 Removing the unique constraint would lead to unpredictable behavior when fetching a project by email from the database. kanboard/app/Model/ProjectModel.php Lines 139 to 146 in 5c25755 |
Beta Was this translation helpful? Give feedback.
The original commit is there: d5c4c18
Removing the unique constraint would lead to unpredictable behavior when fetching a project by email from the database.
kanboard/app/Model/ProjectModel.php
Lines 139 to 146 in 5c25755