C2025-023 Electronic Procedures - Modifications to PROMS (Phase 1) #565

Merged
jjenko merged 24 commits from C2025-023 into Development 2025-06-23 08:32:56 -04:00
77 changed files with 2907 additions and 1541 deletions
Showing only changes of commit f49c888307 - Show all commits

View File

@@ -2120,7 +2120,7 @@ namespace VEPROMS.CSLA.Library
if (ActiveFormat.PlantFormat.EPFormatFiles.Count == 0) return filtered; if (ActiveFormat.PlantFormat.EPFormatFiles.Count == 0) return filtered;
if ((int)MyContent.Type < 20000) return filtered; if ((int)MyContent.Type < 20000) return filtered;
EPFields unfiltered = ActiveFormat.PlantFormat.EPFormatFiles.FirstOrDefault(x => x.AnnotationTypeID == AnnTypeID)?.FieldList; EPFields unfiltered = ActiveFormat.PlantFormat.EPFormatFiles.Find(x => x.AnnotationTypeID == AnnTypeID)?.FieldList;
if (unfiltered == null) return filtered; if (unfiltered == null) return filtered;
//Build list of step type and step type of it's parents //Build list of step type and step type of it's parents