mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 12:24:38 +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:
1
ui/v2.5/src/docs/en/MigrationNotes/60.md
Normal file
1
ui/v2.5/src/docs/en/MigrationNotes/60.md
Normal file
@@ -0,0 +1 @@
|
||||
This migration moves default filters from the database into the configuration file. A backup of the current `config.yml` will be created in the same directory with the name `config.yml.59.<date and time>`. The exact filename is written to the log.
|
||||
@@ -2,10 +2,12 @@ import migration32 from "./32.md";
|
||||
import migration39 from "./39.md";
|
||||
import migration48 from "./48.md";
|
||||
import migration58 from "./58.md";
|
||||
import migration60 from "./60.md";
|
||||
|
||||
export const migrationNotes: Record<number, string> = {
|
||||
32: migration32,
|
||||
39: migration39,
|
||||
48: migration48,
|
||||
58: migration58,
|
||||
60: migration60,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user