mirror of https://github.com/micromata/borgbackup-butler.git

Kai Reinhard
16.21.2018 d0a906120b249b9bbdeaf31a347a373f7be74930
Initialize repo ids for repo configs.
1 files renamed
1 files modified
2 ■■■■■ changed files
borgbutler-core/src/main/java/de/micromata/borgbutler/cache/ButlerCache.java 2 ●●●●● patch | view | raw | blame | history
borgbutler-webapp/src/components/views/archives/FileListFilter.jsx patch | view | raw | blame | history
borgbutler-core/src/main/java/de/micromata/borgbutler/cache/ButlerCache.java
@@ -265,5 +265,7 @@
        this.jcsCache = JCSCache.getInstance();
        this.repoCacheAccess = jcsCache.getJCSCache("repositories");
        this.archiveFilelistCache = new ArchiveFilelistCache(getCacheDir(), configuration.getCacheArchiveContentMaxDiscSizeMB());
        // Assign the repo ids to the repo config objects:
        getAllRepositories();
    }
}
borgbutler-webapp/src/components/views/archives/FileListFilter.jsx