|
@@ -2,6 +2,7 @@
|
|
|
using CommunityToolkit.Mvvm.ComponentModel;
|
|
|
using CommunityToolkit.Mvvm.Input;
|
|
|
using InABox.Avalonia.Components;
|
|
|
+using PRS.Avalonia.Components;
|
|
|
using PRS.Avalonia.DigitalForms;
|
|
|
using System;
|
|
|
using System.Collections.Generic;
|
|
@@ -62,4 +63,9 @@ public partial class SiteITPFormsViewModel : ModuleViewModel
|
|
|
|
|
|
DigitalFormsHostViewModel.EditForm<JobITP, JobITPLink, JobITPForm>(shell, itp.Entity);
|
|
|
}
|
|
|
+
|
|
|
+ public bool Search(JobITPFormShell shell)
|
|
|
+ {
|
|
|
+ return shell.ParentID == ItpID;
|
|
|
+ }
|
|
|
}
|