-
-
Notifications
You must be signed in to change notification settings - Fork 801
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
Default view filters #4962
Default view filters #4962
Conversation
Co-authored-by: yoshnopa <usingusenet@protonmail.com>
Setting it to map[string]map[string]interface{} meant that when setting the partial, it wasn't able to convert to map[string]interface{} and caused a full overwrite of the default filters if saved after the migration.
Great, just tested it! |
I left it out to reduce the scope. I don't have immediate plans to implement it, but no injection to its inclusion. Probably needs to be discussed in a separate feature request, but my preference would be that the tag links don't include a sort parameter and that the URL resolution code uses the default filter to determine the sort and view if these aren't provided. |
Great work! I am eternally grateful for everything you are doing! Any chances of a timeline of version 0.27.0? Changing default scene number on a Performer page is a critical update for me which I cannot wait for. Again, thank you! |
Supercedes #4036
Resolves #2404
Resolves #4010
Resolves #3079
Resolves #4137
Resolves #4754
Adapts @yoshnopa's work from #4036. Deprecates the default filter functions from the graphql interface. Instead, all default filter settings are stored in the UI settings. Each view in the UI has its own default filter that can be set.
The default filter is used when the view is loaded without any parameters.