فهرست منبع

Digital Forms Dashboard can now be multi-selected

frankvandenbos 5 ماه پیش
والد
کامیت
ae1b745c53
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      prs.desktop/Dashboards/Common/DigitalFormsDashboard.xaml.cs

+ 1 - 0
prs.desktop/Dashboards/Common/DigitalFormsDashboard.xaml.cs

@@ -1736,6 +1736,7 @@ public class DigitalFormsDashboardGrid : CoreTableGrid
         base.DoReconfigure(options);
 
         options.FilterRows = true;
+        Options.MultiSelect = true;
     }
 
     private bool Location_Click(CoreRow? row)