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:
DingDongSoLong4
2023-08-17 02:21:24 +02:00
committed by GitHub
parent 2bb04a623f
commit 1591180070
19 changed files with 729 additions and 661 deletions

View File

@@ -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