mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44:37 +03:00
Default view filters (#4962)
* Merge/adapt from yoshnopa:defaultDetails * Deprecate and remove default filter calls * Fix weird behaviour when clicking set as default * Update deprecated get/set default filter resolvers * Add config migration --------- Co-authored-by: yoshnopa <usingusenet@protonmail.com>
This commit is contained in:
@@ -16,11 +16,6 @@ extend input SaveFilterInput {
|
||||
ui_options: SavedUIOptions
|
||||
}
|
||||
|
||||
extend input SetDefaultFilterInput {
|
||||
object_filter: SavedObjectFilter
|
||||
ui_options: SavedUIOptions
|
||||
}
|
||||
|
||||
extend type Mutation {
|
||||
configureUI(input: Map, partial: Map): UIConfig!
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user