Performer Tags are being deleted when updating a Performer via Tagger

Currently running the latest dev build: v0.28.1-30-g26fe812b

As per the title, refreshing/updating a Performer in Tagger view removes all existing Tags for that Performer. This has never been the case before, so not sure what happened, but here are the steps to replicate:

  • Performers page, Tagger view selected
  • Click Refresh on an already existing Performer
  • If you decide to click Save (updating Performer image for example), all of your existing Tags for that Performer are gone

I am unable to reproduce this bug: I tried it with existing performers, I tried it with performers who had multiple StashIDs, I tried it on brand new performers

2025-05-21_01-19-49_firefox

Are you running any plugins? Try disabling them to see if the issue still occurs

1 Like

Thanks for the reply.

Interesting, I have disabled all plugins, turned off custom CSS & Javascript, and the problem still remains for me. I also tried a different browser with no extensions or add-ons enabled just in case.

I turned on trace logging, and grabbed a snippet of when I update a performer, and I see the following line in there:

"time="2025-05-21 09:55:17" level=trace msg="SQL: DELETE FROM `performers_tags` WHERE (`performers_tags`.`performer_id` IN (2601)) [[ ]]""

Not sure if that is relevant or not.