Преглед на файлове

PRS SERVER - Bug fix to access deletions manager

Nick-PRSDigital@bitbucket.org преди 2 години
родител
ревизия
08bbb5b900
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      prs.server/Forms/ServerGrid.cs

+ 1 - 1
prs.server/Forms/ServerGrid.cs

@@ -1144,7 +1144,7 @@ namespace PRSServer
 
                 if (!DbFactory.IsProviderSet || DbFactory.Provider is not SQLiteProvider sql || sql.URL != properties.FileName)
                 {
-                    ClientFactory.SetClientType(typeof(LocalClient<>), Platform.Server, CoreUtils.GetVersion(), "");
+                    ClientFactory.SetClientType(typeof(LocalClient<>), Platform.Server, CoreUtils.GetVersion());
                     Progress.ShowModal("Configuring database", (progress) =>
                     {
                         DbFactory.Stores = CoreUtils.TypeList(