Kenric Nugteren 7 months ago
parent
commit
42c6bd22ef

+ 2 - 2
prs.desktop/Integrations/Common/BOM/BaseIntegrationGrid.cs

@@ -37,9 +37,9 @@ public abstract class BaseIntegrationGrid<TType, TEntity,TLink> : DynamicItemsLi
         return result;
     }
     
-    protected override void CustomiseEditor(TType[] items, DynamicGridColumn column, BaseEditor editor)
+    protected override void CustomiseEditor(IDynamicEditorForm form, TType[] items, DynamicGridColumn column, BaseEditor editor)
     {
-        base.CustomiseEditor(items, column, editor);
+        base.CustomiseEditor(form, items, column, editor);
 
         if(new Column<TType>(x => x.Entity.ID).IsEqualTo(column.ColumnName) && editor is CodePopupEditor popup)
             popup.CanAdd = Security.CanEdit<TEntity>();

+ 1 - 1
prs.desktop/prsdesktop.iss

@@ -8,7 +8,7 @@
 #define public Dependency_Path_NetCoreCheck "dependencies\"
 
 #define MyAppName "PRS Desktop"
-#define MyAppVersion "8.31a"
+#define MyAppVersion "8.32"
 #define MyAppPublisher "PRS Digital"
 #define MyAppURL "https://www.prs-software.com.au"
 #define MyAppExeName "PRSDesktop.exe"

+ 1 - 1
prs.licensing/PRSLicensing.iss

@@ -8,7 +8,7 @@
 #define public Dependency_Path_NetCoreCheck "dependencies\"
 
 #define MyAppName "PRS Licensing"
-#define MyAppVersion "8.31a"
+#define MyAppVersion "8.32"
 #define MyAppPublisher "PRS Digital"
 #define MyAppURL "https://www.prs-software.com.au"
 #define MyAppExeName "PRSLicensing.exe"

+ 1 - 1
prs.server/PRSServer.iss

@@ -8,7 +8,7 @@
 #define public Dependency_Path_NetCoreCheck "dependencies\"
 
 #define MyAppName "PRS Server"
-#define MyAppVersion "8.31a"
+#define MyAppVersion "8.32"
 #define MyAppPublisher "PRS Digital"
 #define MyAppURL "https://www.prs-software.com.au"
 #define MyAppExeName "PRSServer.exe"