-
-
Notifications
You must be signed in to change notification settings - Fork 803
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stash-Box Performer Tagger #1277
Stash-Box Performer Tagger #1277
Conversation
Cool 😃
|
Never code when tired. Fixed now, thanks. I'll take another pass over the performer modal and sort out the issues you mentioned. |
Uhh, one more thing for update performer modal: |
Modal has been updated to fix overflow, hide empty fields, and add a source link. |
The changes look great 👍 |
I'm getting this error (consistently) when trying to search for Steps to reproduce:
From the error stack, looks like this is related to one of the results' career length format?
Error Stack
|
Thanks for the detailed bug report. The code assumed if career end was defined, career start would be as well, but that's of course not necessarily true. |
The UI doesnt seem to handle errors when doing a PerformerUpdate mutation |
Thanks for the heads up, should be fixed now. |
Minor issue |
Good catch. I think I assumed it would be set automatically, but I've added it in now.
Works fine from my testing. It checks the length of the image slice first, and a nil slice has length 0, so nothing happens. |
Yeah i meant the UpdatedAt wouldnt be correct either since it was updated from the UpdateImage when the performer has an image. |
Adds a performer tagger view to tag or update performer data from a stash-box instance. Also adds batch addition of comma separated performers, batch querying of untagged performers, and batch updating of tagged performers. Batch operations run as backend tasks.
Likely still some bugs to iron out, but all functionality should work.