From f3b5b425c0b3cd3a18f3c9ea6cd168d34f0cfc2d Mon Sep 17 00:00:00 2001 From: John Jenko Date: Fri, 23 Feb 2024 14:21:03 -0500 Subject: [PATCH 1/4] B2024-012 Set AllUnits format flag to True so that RO value unit of measures are always displayed when more than on with the same unit of measure is in the same line of text. --- PROMS/Formats/fmtall/VEGP1all.xml | Bin 184686 -> 184684 bytes PROMS/Formats/fmtall/VEGP2all.xml | Bin 222156 -> 222154 bytes PROMS/Formats/fmtall/VEGPAlrall.xml | Bin 208848 -> 208846 bytes PROMS/Formats/fmtall/VEGPBckStpsall.xml | Bin 55246 -> 55278 bytes PROMS/Formats/fmtall/VEGPBckall.xml | Bin 96724 -> 96722 bytes 5 files changed, 0 insertions(+), 0 deletions(-) diff --git a/PROMS/Formats/fmtall/VEGP1all.xml b/PROMS/Formats/fmtall/VEGP1all.xml index 6640b2c839ecdc6e7cd4a73f91380f07173a5eff..bd66c817a721b484788b561b78ead3aba14d964a 100644 GIT binary patch delta 22 ecmaF2i2KbV?uIRl9`B|Xy<-&F9`}w>;4uJzehQ-i delta 22 ecmaE}i2L0l?uIRl9`B}aJIKhlJ>(su#A5(~KMJw{ diff --git a/PROMS/Formats/fmtall/VEGP2all.xml b/PROMS/Formats/fmtall/VEGP2all.xml index cc85c74e126563d69a15391771fc4f2072ed09c9..d2422fdcc24aff0ac5ddec3e8ab8e753de8902cb 100644 GIT binary patch delta 26 icmX?eocGjm-i9rVW>2OkJYf`R_j$s&-RB8YLp=bimkb^N delta 26 icmX?gocGLe-i9rVW>2PbI5G>gyF6js?(&4GtsVfL0t*)a diff --git a/PROMS/Formats/fmtall/VEGPAlrall.xml b/PROMS/Formats/fmtall/VEGPAlrall.xml index 0387eccb01739ca164653ced4fad7c32e31deeec..90389e3e4a6b9377128aa01e3e54a243a9d1daac 100644 GIT binary patch delta 25 hcmca`pXc0to`x-qcJC&8Xz{fBykp$%^Ny*-5dfdV3t<2N delta 25 hcmX?ipXb7To`x-qcJC&aar3o%y<^<&^^U2<5dff>3vK`a diff --git a/PROMS/Formats/fmtall/VEGPBckStpsall.xml b/PROMS/Formats/fmtall/VEGPBckStpsall.xml index afdfb3c228c120b5130d84a6627d47f3c9313b00..8f3214a01b8ef79f5f7b28963beab76c09b075a6 100644 GIT binary patch delta 32 ncmX@Np84H+<_%Yt@H#T&0AVOY9z!NW$>c;?;muc;{4xRn)2s}N delta 14 WcmaF2p84E*<_%YtZ2q$3mk|I!X$Zgo diff --git a/PROMS/Formats/fmtall/VEGPBckall.xml b/PROMS/Formats/fmtall/VEGPBckall.xml index a0005ceddc367d64fccf524f0a534ef18565782f..0e560e487963d8d11e221fcee69ff73ba347eb28 100644 GIT binary patch delta 18 acmccenf20V)(ulOOqN*5vw6`5qmuw)*a_ Date: Mon, 26 Feb 2024 08:19:49 -0500 Subject: [PATCH 2/4] B2024-011: Import of unit information ROs not importing correctly --- PROMS/VEPROMS User Interface/dlgExportImport.cs | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/PROMS/VEPROMS User Interface/dlgExportImport.cs b/PROMS/VEPROMS User Interface/dlgExportImport.cs index 7a44c9ba..66cd2489 100644 --- a/PROMS/VEPROMS User Interface/dlgExportImport.cs +++ b/PROMS/VEPROMS User Interface/dlgExportImport.cs @@ -4173,7 +4173,19 @@ namespace VEPROMS if (glookFor != greplaceWith) { - content.MyGrid.Data = content.MyGrid.Data.Replace(glookFor, greplaceWith); + // B2024-011: For unit RO in grid, old grid data had the ROID in the #Link:ReferencedObject ending in '0000' + // so when compared with the newer format "0041" it was not found and not replaced with updated rousageid + bool hasNewROID = (content.MyGrid.Data.Contains(glookFor)); + if (hasNewROID) + content.MyGrid.Data = content.MyGrid.Data.Replace(glookFor, greplaceWith); + else if (!hasNewROID && glookFor.Contains("0041") && glookFor.Contains("FFFF")) + { + string newGlookFor = glookFor; + newGlookFor = newGlookFor.Replace("0041", "0000"); + if (content.MyGrid.Data.Contains(newGlookFor)) + content.MyGrid.Data = content.MyGrid.Data.Replace(newGlookFor, greplaceWith); + + } } } } From 7d5997cd43e658c312ef77d86d64e43e45c98230 Mon Sep 17 00:00:00 2001 From: John Jenko Date: Mon, 26 Feb 2024 11:43:45 -0500 Subject: [PATCH 3/4] F2024-023 - Shortened the section title length in the Vogtle Alarms format. --- PROMS/Formats/fmtall/VEGPAlrall.xml | Bin 208846 -> 208894 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/PROMS/Formats/fmtall/VEGPAlrall.xml b/PROMS/Formats/fmtall/VEGPAlrall.xml index 90389e3e4a6b9377128aa01e3e54a243a9d1daac..7351ae12bcad7d41e18613af5328116aa571b38b 100644 GIT binary patch delta 44 zcmX?ipXc9wo()YZlRs%nOrF6dF#Q1|Gt2Z#f0%@tC#bYfP+ Date: Tue, 27 Feb 2024 09:02:10 -0500 Subject: [PATCH 4/4] ~Fixed box location around high level continuous action step number --- PROMS/Formats/genmacall/VEGP2.svg | Bin 11846 -> 11848 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/PROMS/Formats/genmacall/VEGP2.svg b/PROMS/Formats/genmacall/VEGP2.svg index ea6cf7c3b97bbb516e6c357620218a427c7b568f..dcd1c50174f312c94949d43dd3ea7b34c1f1efde 100644 GIT binary patch delta 31 ncmX>Wb0TI#gD$HsgCT?ERb1Y^