utdal / profiles

A simple CRUD/search profile system for research profiles, providing user-editable information and basic pages to aesthetically promote and highlight researcher activities and achievements.
MIT License
6 stars 0 forks source link

Fix duplicate tags in student form #130

Closed wunc closed 10 months ago

wunc commented 10 months ago

Need to investigate how this happened:

Screenshot 2023-09-28 at 6 10 55 PM
wunc commented 10 months ago

This seems to only happen when you have multiple schools selected on the form.

To reproduce:

  1. Edit a student application and select 2 schools
  2. Select a tag

The tag will show as selected once, but two entries will be added in the pivot for it. This effect also seems to multiply when you select and deselect more tags.

betsyecastro commented 10 months ago

I'm looking into this as well. It looks like the duplication doesn't occur until the application form gets submitted... At least in for what I've seen.

wunc commented 10 months ago

@betsyecastro I figured it out and fixed it. Deployed and manually fixed that one student that had all the duplicate tags.