Browse Source

Fixed bug related to CustomiseNewForm handler

Kenric Nugteren 2 days ago
parent
commit
2408f71b09
1 changed files with 1 additions and 0 deletions
  1. 1 0
      inabox.wpf/DynamicGrid/DynamicGridUtils.cs

+ 1 - 0
inabox.wpf/DynamicGrid/DynamicGridUtils.cs

@@ -832,6 +832,7 @@ public static class DynamicGridUtils
             var window = new ThemableWindow() { Title = $"Manage {typeof(TEntity).Name} Forms" };
 
             var grid = new DynamicEntityFormGrid<TEntityForm, TEntity, TEntityLink>(loadEntity());
+            grid.CustomiseNewForm = customiseNewForm;
 
             grid.Refresh(true, true);
             grid.Margin = new Thickness(5);