22e70d03ad
Merge pull request '~Fixed ALTER TABLE statement that adds the ApplicablePlant column to the Formats table so that it checks if the column exists' ( #137 ) from C2023-017 into Development
...
Merging into Development. No code review needed.
2023-10-18 09:07:25 -04:00
f320c8a865
~Fixed ALTER TABLE statement that adds the ApplicablePlant column to the Formats table so that it checks if the column exists
2023-10-18 09:06:08 -04:00
bf3ddcc122
Merge pull request 'C2023-019 Added a message box to install the latest PROMSFixes for when PROMS opens a database that does not have the needed Stored Procedures that allow for displaying only the formats related to that plant.' ( #135 ) from C2023-019_Cant_Load_db_Old_PROMSFixes into Development
...
Merging C2023-019 into Development after successful code review.
2023-10-17 09:25:14 -04:00
a94fb328de
Merge pull request 'B2023-104 Import procedure and Go To RO' ( #136 ) from B2023-104_GoTo_RO_Crash into Development
...
Reviewed-on: #136
Code review completed successfully.
2023-10-17 07:47:48 -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
fedbb698ab
C2023-019 Added a message box to install the latest PROMSFixes for when PROMS opens a database that does not have the needed Stored Procedures that allow for displaying only the formats related to that plant.
2023-10-13 14:03:39 -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
d275e9353f
Merge pull request '~Modified PROMSFixes.sql to update ApplicablePlant formats that are Generic before updating plant-specific due to potential for a plant-specific format description to have the word generic in it.' ( #130 ) from C2023-017 into Development
...
Merging into Development. No code review needed.
2023-10-05 15:31:16 -04:00
8f17b49287
~Modified PROMSFixes.sql to update ApplicablePlant formats that are Generic before updating plant-specific due to potential for a plant-specific format description to have the word generic in it.
2023-10-05 15:29:50 -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
cbcf7c845d
~Restructured PROMSFixes.sql to add updates above section that lists RevDate and RevDescription
2023-10-03 11:09:47 -04:00
4be7cdc6c7
~Added database changes to PROMSFixes.sql
2023-10-03 09:18:53 -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
52a1e0dd5b
Merge pull request 'F2023-137 Added a top continue message to the alarm point pages' ( #127 ) from GeneralDebugging into Development
...
format only change
2023-10-02 11:19:14 -04:00
34e9c39d9b
F2023-137 Added a top continue message to the alarm point pages
2023-10-02 11:17:33 -04:00
b83ec3520b
C2023-017: Added logic to filter the format list when selecting a format to be applied to a section
2023-10-02 09:03:15 -04:00
0cd54eb2e4
Merge pull request 'B2023-100 Fixed the positioning of the header box for the Introduction section to match all of the other section types' ( #125 ) from GeneralDebugging into Development
...
format only changes.
2023-09-29 11:01:49 -04:00
c4bfbcf1e6
B2023-100 Fixed the positioning of the header box for the Introduction section to match all of the other section types
2023-09-29 10:50:02 -04:00
42dea70a80
Merge pull request 'B2023-099 Restore the original calculation for finding he center point of the procedure and section END messages.' ( #123 ) from GeneralDebugging into Development
...
no code review needed being code causing the bug was simply backed out and the original logic was restored.
2023-09-28 14:26:40 -04:00
7ecc3e578f
B2023-099 Restore the original calculation for finding he center point of the procedure and section END messages.
2023-09-28 14:17:47 -04:00
94731c96b8
Merge pull request 'B2023-097 B2023-098 printing of figures for Byron and Braidwood' ( #121 ) from B2023-097_B2023-098 into Development
...
format only changes
2023-09-26 11:02:42 -04:00
8a58426d89
B2023-097 B2023-098 printing of figures for Byron and Braidwood
2023-09-26 11:00:41 -04:00
ddfbb64359
Merge pull request 'B2023-094: RO Complete/Summary report crashes on tree view when RO group has no ROs' ( #119 ) from GenWork into Development
...
Merging into Development after successful code review
2023-09-22 11:17:16 -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
f32553846f
Merge pull request 'B2023-096 set PROMS to defaution to Production mode' ( #116 ) from B2023-096_BuildForProduction into Development
...
Merging into Development after successful code review
2023-09-15 09:20:44 -04:00
5d56311d5e
B2023-096 set PROMS to defaution to Production mode
2023-09-14 15:42:05 -04:00
65c874508e
Merge pull request 'F2023-135: Farley FSG - override width of unnumbered HLS' ( #115 ) from FarleyWork into Development
...
No review required format only
2023-09-14 09:18:23 -04:00
830c84a62e
F2023-135: Farley FSG - override width of unnumbered HLS
2023-09-14 09:11:36 -04:00
8b666ed287
Merge pull request 'B2023-093 Convert PROMS Word sections to the DOCX format if needed before Editing or Printing' ( #114 ) from SaveWordSection_PDF_Security into Development
...
Merging into Development after successful code review
2023-09-13 16:32:24 -04:00
6d5d87f04d
B2023-093 added a Try Catch to the Convert method per suggestion from review
2023-09-13 16:27:13 -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
350b943066
Merge pull request 'B2023-091: Vogtle Alarms pagination fix' ( #109 ) from VogtleWork into Development
...
passed the code review
2023-08-30 14:09:40 -04:00
1cf3a52afa
Merge pull request '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…' ( #110 ) from B2023-078 into Development
...
Merging B2023-078 into Development.
2023-08-30 13:26:14 -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
3a6b1adc47
B2023-091: Vogtle Alarms pagination fix
2023-08-30 10:22:49 -04:00
ad476d8de4
Merge pull request 'F2023-134' ( #107 ) from F2023-134_dontUnderlineAfterUnderbar into Development
...
format only change.
2023-08-24 14:59:31 -04:00
a472169c9d
F2023-134
...
Turned off the format flag that was underlining text after an underbar when printing a RO return value
2023-08-24 14:56:37 -04:00
dcc49a10e5
Merge pull request '~Added script to update local repository branches with remote repository branches' ( #105 ) from GitAutomation into Development
...
Merging into development
2023-08-24 09:07:14 -04:00
3ea3c32d06
~Added script to update local repository branches with remote repository branches
2023-08-24 09:05:40 -04:00
25d500c44e
Merge pull request 'B2023-089: Search results – reselection of search results step that was deleted causes unexpected results when redisplayed in editor.' ( #103 ) from GenWork into Development
...
Looks good. The new logic will now handle if the step that is trying to be opened was deleted.
2023-08-24 08:51:13 -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
0fa0213eac
Merge pull request 'F2023-131 change font of generic EOP format to Arial' ( #102 ) from F2023-131_ERGsFont into Development
...
Format only changes
2023-08-23 14:16:02 -04:00
314356de36
F2023-131 change font of generic EOP format to Arial
2023-08-23 14:14:13 -04:00