1592 Commits

Author SHA1 Message Date
f1aa365958 B2023-103: Improve User Interface for Incoming Transitions 2023-10-19 09:14:09 -04:00
266667a6df B2021-089
Depending on how Parent/Child Applicability was set up, the Child Applicability Names were not being sent to the RO Editor.  This prevented adding Child specific RO field values.
2023-10-18 15:28:08 -04:00
a79819bb65 B2023-104 Import procedure and Go To RO
Added a check for a bad RO link when trying to do a Go To RO. A message box pops up telling the user to re-link that RO.

Fixed the Import logic so that an old RO link reference can be replaced with the new one that is generated when a procedure is processed during the Import function.  The Import caused the Bad RO link reported in this bug.  This bug was introduced when the ROID was standardized in length and formatting (new RO logic in 2022).
2023-10-16 15:33:45 -04:00
928fba3b37 Merge pull request 'B2023-101 & 102: Incoming Transition & Copy/Paste Replace with Incoming Transitionis crashes' (#134) from GenWork into Development
Passed code review.  OK to generate test executable.
2023-10-12 09:12:16 -04:00
3b88b78b34 B2023-101 & 102: Incoming Transition & Copy/Paste Replace with Incoming Transitionis crashes 2023-10-12 08:29:21 -04:00
4e064786e0 Merge pull request 'C2023-018 Upgrade: sub-step pagination' (#132) from GenWork into Development
code changes look good to proceed with testing.
2023-10-10 08:22:32 -04:00
447c6ce343 C2023-018 Upgrade: sub-step pagination 2023-10-10 07:05:12 -04:00
8ce9380afe Merge pull request 'C2023-016 – Expanded Find/Replace to search through all of the step editor sections in the same procedure.' (#129) from C2023-016_Find-Replace-all-step-sections into Development
Merging C2023-016 into development after successful code review
2023-10-06 10:13:07 -04:00
f37872e209 C2023-016 – Expanded Find/Replace to search through all of the step editor sections in the same procedure. 2023-10-04 11:38:00 -04:00
b34fb42f94 Merge pull request 'C2023-017: Added logic to filter the format list when selecting a format to be applied to a section' (#126) from C2023-017 into Development
Code review completed.  Merging into Development.
2023-10-03 11:34:24 -04:00
55a78eb845 C2023-017:
~Moved original code for populating the filtered list to a separate static class named FormatUtility in Volian.Controls.Library
~Renamed method to GetFilteredFormatList
~Updated code to reference new static class and method
~Added logic to other applicable forms
2023-10-03 09:03:06 -04:00
cb54fa34a8 B2023-094: RO Complete/Summary report crashes on tree view when RO group has no ROs 2023-09-21 07:44:21 -04:00
ef3efe2380 B2023-093 Convert PROMS Word sections to the DOCX format if needed before Editing or Printing 2023-09-13 14:27:38 -04:00
a923a597f3 Merge pull request 'C2023-015: Pagination on sub-step (currently only for Vogtle 3_4)' (#112) from VogtleWork into Development
Reviewed and approved the code for allowing page breaks at the sub-step level for the Vogtle Unit 3  & 4 Alarms.
2023-09-12 08:48:44 -04:00
e4af381d0c C2023-015: Pagination on sub-step (currently only for Vogtle 3_4) 2023-09-12 06:56:48 -04:00
10821a478b B2023-078 When using the split screen PROMS was crashing when the user closed a procedure tab on the other split screen side which didn’t have the current editing focus. PROMS was trying to reposition to the procedure tab that had editing focus, we were not taking into account that saved currently active procedure tab could be in a different split screen. 2023-08-30 10:55:07 -04:00
7312330448 B2023-089: Search results – reselection of search results step that was deleted causes unexpected results when redisplayed in editor. 2023-08-24 06:46:20 -04:00
93c8844fd2 F2023-078 - Alarm Point table in Editor
F2023-079 - Adjust Change Bar position on Alarm Point page
F2023-080 - fix page header of second page of Alarm Point page
F2023-082 - Vogle Alarm format, Span cautions and notes across the page width. Also separate Note/Caution for Front Matter
F2023-085 - Vogtle Alarms - Add RO_LookUp calls to pagelist to automatically generate Alarm Point Table
F2023-086 - Add a Word section type called "Deleted Alarm Point" for alarm points that were removed
2023-07-12 15:55:55 -04:00
97d5956c02 ~Added option for selecting all procedure sets when performing a global search 2023-07-07 15:08:48 -04:00
50d462e806 Merge pull request '~Added code to handle UI issues when selecting child nodes of a selected node' (#9) from C2023-010 into Development
Reviewed-on: 7/6/2023.  Great documentation of the code change.  Feel this is ready for testing.
2023-07-06 10:59:22 -04:00
f215800b1e ~Added code to handle UI issues when selecting child nodes of a selected node
~Added code to ensure that the correct step types were added to the search list, and that the list was maintained when specific nodes were deselected
2023-07-05 15:49:57 -04:00
bc7460d801 Merge pull request 'B2022-144 added logic to process individual procedures to check for bad RO Links' (#7) from B2022-144_CheckROLinks into Development
Merging changes to test executable for generic purposes relating to the Administrative Tools.
2023-06-28 11:41:14 -04:00
376a462c2d B2022-144 added logic to process dividual procedures to check for bad RO Links
Also fixed a build issue for the controls library
2023-06-28 10:08:33 -04:00
be0c910432 ~ Set to build using DotNet Ver 4.6.2
~ Upped the minor revision number of PROMS to 2.1 and RO Editor to 2.2
2023-06-22 14:37:29 -04:00
a4db26f764 Additional Reference Updates 2023-06-21 17:18:15 -04:00
01e15bf58b Removed VSS Bindings from all projects 2023-06-21 16:16:01 -04:00
f68ca213a8 Updated references for development environment 2023-06-20 11:50:35 -04:00
bbce2ad0a6 Commit for development environment setup 2023-06-19 16:12:33 -04:00
be72063a3c B2023-072: Crash when restoring annotation whose type had been removed 2023-06-13 12:59:43 +00:00
1667d831ad fixed compile error because Source Safe doesn't know how to merge properly NOR does is give you the option to just use the file you're checking in, instead of trying it merge just the changed lines. 2023-06-08 18:34:48 +00:00
34679bc07c 2023-06-08 18:22:22 +00:00
95e21a6724 Fixed compile error from previous check-in 2023-06-08 15:19:39 +00:00
9029e0eaac C2023-010: Added ability to select all substep types, or to select all children of a specific node in the treeview 2023-06-08 15:14:46 +00:00
7311afded0 B2023-066: Crash when selecting a step that has an annotation where the annotation type has been removed. 2023-06-05 15:28:43 +00:00
9c9495f4ff F2023-048: Beaver Valley long attachment section numbers overwrite section text in the editor 2023-05-11 16:00:18 +00:00
cc6b235ce9 B2023-050 Reset the RO tree when user click off the insert RO dialog then back onto it 2023-05-10 14:45:49 +00:00
344f958d9c C2023-007: Annotation search, when remove annotation, move to next item in list (not previous) 2023-04-24 14:28:38 +00:00
c1904169f5 C2023-008: Long sub-step centers after edit making edit, if towards bottom of step, no longer visible 2023-04-21 15:50:22 +00:00
8e07ea130b B2023-041 fixed issue where sorting search results no longer worked 2023-04-13 15:01:37 +00:00
d11cba261f B2022-137 Table (grid) performance improvements.
B2022-137 added method to get font size from RTF string (used for tables)
B2022-137 Table (grid) performance improvements getting font sizes
B2022-137 Table (grid) performance improvements showing table cell shading
2023-03-31 17:43:11 +00:00
da05241df7 B2023-037: Handle <=, >=, +-, -> and <- symbols in ROs. 2023-03-30 12:59:06 +00:00
48d395f5be B2023-028: RO report generates report with error when RO path not set 2023-03-03 15:57:52 +00:00
e2a76bdb3a C2023-005: Search for annotations, delete causes reposition to first list item
C2023-004: Multiple tabs, closing one repositions to first rather than active
2023-02-28 16:18:17 +00:00
b447124d2c Fixed typos in error message boxes 2023-02-22 18:40:15 +00:00
791f9fb386 C2023-003 Added tooltips to the buttons 2023-02-02 16:25:42 +00:00
e7f8b0ccd7 C2023-002: When using RO Update Values feature, display message when other users are in Proms and don’t do update (fix cursor only) 2023-01-18 16:32:09 +00:00
3661876626 C2023-002: When using RO Update Values feature, display message when other users are in Proms and don’t do update 2023-01-18 16:31:35 +00:00
7be346b6c8 B2023-004 set MyDVI with the current document version when the myRTB setting is changed. 2023-01-17 14:26:19 +00:00
f7f52658b9 B2022-143: Search sometimes defaulting to incorrect procedure set 2022-12-06 14:00:35 +00:00
3f4ca2ac23 B2022-142 the insert RO tree now refreshes when going between regular steps, RO Table steps, and RO Figure steps.
B2022-135 – improved logic to ensure we are using the Doc Version associated with the current step text.
2022-12-02 19:45:11 +00:00