Skip to content

Major projects cannot be submitted with the same name and repeated skills #586

Description

@BigSpaceships

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()

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions