UniversityOfSaskatchewanCMPT371 / term-project-2024-team-4

Apache License 2.0
2 stars 2 forks source link

Clicking add button multiple times when creating an artifact adds multiple artifacts to the site #132

Open AdamStanger opened 5 months ago

AdamStanger commented 5 months ago

If the drop down menus for the modal are left empty, the user can still click the add button to create the artifact, however this does not close the modal. If the user continues clicking the add button there will be numerous artifacts with the same data added to the site. The console displays errors related to adding these artifacts, but every artifact is still created and persists in the database.

A similar issue arises when every drop down in the modal is filled, without the errors appearing in the console. Through manual testing I was only able to get 2 objects to be added, however these have the same data and, as above, persist in the database.

keliboi commented 5 months ago

Issue is fixed in patch/issue-132 branch

keliboi commented 5 months ago

@AdamStanger patch branch has been merged to feature branch feature/issue-132, please close issue once changes has been reviewed