mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 12:24:38 +03:00
Fix bulk performer tagger (#4024)
* Fix tagger modal checkboxes * Fix UNIQUE constraint detection * Performer tagger cache invalidation * Fix batch performer tagger * Use ToPerformer in identify * Add missing excluded fields * Internationalize excluded fields * Replace deprecated substr() * Check RemoteSiteID nil
This commit is contained in:
@@ -1358,7 +1358,7 @@ const performerMutationImpactedTypeFields = {
|
||||
Tag: ["performer_count"],
|
||||
};
|
||||
|
||||
const performerMutationImpactedQueries = [
|
||||
export const performerMutationImpactedQueries = [
|
||||
GQL.FindScenesDocument, // filter by performer tags
|
||||
GQL.FindImagesDocument, // filter by performer tags
|
||||
GQL.FindGalleriesDocument, // filter by performer tags
|
||||
|
||||
Reference in New Issue
Block a user