Explorar el Código

PRS SERVER - Bug fix to access deletions manager

Nick-PRSDigital@bitbucket.org hace 2 años
padre
commit
08bbb5b900
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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(