This commit is contained in:
2024-11-17 19:13:36 +03:00
parent 025a04d0ed
commit a4b35c2258
4 changed files with 7 additions and 9 deletions

View File

@@ -24,7 +24,8 @@ public class SynchronizeBugReports extends ComponentsRepositoryPass<Object> {
}
@Override
protected void showPreparation() throws Exception {
server.db.bugReports.getUI().SaveLastCurrent();
if (server.db.bugReports.getUI()!=null)
server.db.bugReports.getUI().SaveLastCurrent();
server.db.bugReports.ClearUI();
server.db.subscribers.ClearUI();
server.db.workspaces.ClearUI();