Trying to resubmit a project with the same name and skills (a somewhat normal occurrence) fails due to how the creation of skills with MP ids work, which should be reworked so this does not happen.
(the problem child)
|
project = MajorProject.query.filter( |
|
MajorProject.name == name, |
|
MajorProject.uid == user_id |
|
).first() |
Trying to resubmit a project with the same name and skills (a somewhat normal occurrence) fails due to how the creation of skills with MP ids work, which should be reworked so this does not happen.
(the problem child)
conditional/conditional/blueprints/major_project_submission.py
Lines 125 to 128 in ebf825c