345 Commits

Author SHA1 Message Date
Rich
a6ecdda3d6 B2018-146 Added a new method (IsBackgroundStepOrChild) to determine if the current step is part of a background step for WCN 2018-11-09 18:42:25 +00:00
5fb0136cbb B2018-141 Remove duplicate section number from background step tab. B2018-142 – added Null checks so that an un-linked background document can be deleted 2018-11-07 13:08:03 +00:00
37fb880794 C2018-003 corrected use of MyActiveSection vs ActiveSection and added NULL checks 2018-10-08 15:30:05 +00:00
52e1db8b0c B2017-230 logic to call stored procedure that checks for the usage of a given applicability 2018-09-27 15:11:50 +00:00
341a1d3e6a B2018-118 additional change to fix incorrect ordinal for enhanced tab if no related source caution/note found 2018-08-29 15:49:20 +00:00
a2c3844ffd B2018-118: Enhanced tabs are incorrect when mix of (linked & unlinked) Cautions/Notes 2018-08-28 15:10:55 +00:00
06e24894a3 B2018-119 in building the step tab we needed a check to make sure we were processing a step and not a section. 2018-08-28 14:58:02 +00:00
2526fc6abc Bug Fix B2018-114 Null reference check on the Get for LinkedOrdinal 2018-08-23 12:45:50 +00:00
428cb772e5 F2018-037: WCNSAMGBCK was printing extra section number for Purpose section and Attachment Section (see B2018-101) 2018-08-10 15:38:20 +00:00
e5ac83ff10 B2018-101: Enhanced backgrounds have section number twice in step tab when source format has section number in step tab. 2018-07-20 10:39:07 +00:00
4cc99a1d6c B2018-104: Top continue message printed when step was just starting and sub-sub-steps break at less ideal location. 2018-07-16 16:06:36 +00:00
e50264ec9a B2018-097 handle a null reference when generating an enhanced document step tab. 2018-06-20 14:51:30 +00:00
Rich
a2e0b9aee3 B2018-071 Don't crash when trying to convert an invalid word document to PDF 2018-05-07 16:05:07 +00:00
5e14c950be C2018-011 Get the number of pages of a word attachment from the saved pdf attachment when generating a meta file. 2018-04-18 12:41:47 +00:00
89128764b7 F2018-025 Treat the HSL with a “.0’ as a section number/title and the first level substeps as high level steps, adjusting the tab numbering and positions accordingly through all the substep levels 2018-04-11 19:44:37 +00:00
d97b6bccf5 B2018-054 Added a HasSectionContent method to tell us if a section has sub-sections (used in frmSectionProperties.cs)
B2018-054 Don’t allow user to change a step section (with no steps) to a word section, if that section has sub sections
2018-03-21 18:57:07 +00:00
b0269d4f56 F2018-022 added an AppendDotZero step type flag to append “.0” to a high level step number 2018-03-21 17:12:43 +00:00
60e9131698 C2015-022 Separate Windows Upgrade – moved RemoveEnhancedFromConfig from AuditExt.cs
C2015-022 Separate Windows Upgrade – new call to RemoveEnhancedFromConfig
C2015-022 Separate Windows Upgrade – needed to check ProcessID instead of SessionID
2018-03-12 14:34:01 +00:00
Rich
2dd35e476b B2018-043 The code to fix Invalid Transitions did not handle an instance where the Transition Text was missing. This fix will remove transitions with no text. 2018-03-08 18:54:42 +00:00
8b864b3d44 Improved logic for bug fix B2018-043. Added a NULL reference check in the logic that detects an infinite loop while checking for invalid transitions 2018-03-08 14:33:20 +00:00
Rich
7164ae98ef B2018-043 The code to fix Invalid Transitions in procedure text was getting hung in an infinite loop in the Admin Tools or when these step were opened in the editor. I added some code to exit from the loop if some of the tokens are missing. 2018-03-07 19:04:32 +00:00
7123b2d59e B2018-018 When approving a second procedure, the cache had the ActiveSection as an ItemInfo instead of as a SectionInfo 2018-02-02 19:29:21 +00:00
Rich
01ce36b86a B2018-002 Handle Range Transitions for Invalid Transitions
Add a prefix to transitions converted to text which were invalid
B2018-002 Add counters for invalid transitions converted to text.
Added a method to convert invalid transitions to text
B2018-002 Cleanup debug
B2018-002 Changed the panel so that it only requires a default section if the default is not set and it is required
B2018-010 Logic fixed to display the Requires Default tooltip only when it is required.
B2018-002 Fix invalid transitions when a step is activated.
B2018-002 Don't fail when you open a step with an invalid transition.
B2018-002 Display Transition Refresh Statistics
2018-01-24 14:47:34 +00:00
Rich
b1fa1603b2 Revert to previous version 2018-01-19 19:21:42 +00:00
Rich
849b7230f2 Handle Range Transitions for Invalid Transitions
Add a prefix to transitions converted to text which were invalid
Add counters for invalid transitions converted to text.
Added a method to convert invalid transitions to text
Cleanup debug
Changed the panel so that it only requires a default section if the default is not set and it is required
Fix invalid transitions when a step is activated.
Don't fail when you open a step with an invalid transition.
Display Transition Refresh Statistics
2018-01-18 15:09:06 +00:00
Rich
f60e808b89 B2017-211 Roman High Level steps should be followed by Uppercase alpha substeps - This is being limited to Calvert SAMG Format 2017-09-20 16:21:53 +00:00
a74b016fc5 B2017-192: SAMG Supplemental facing page, incorrect steps on facing pages depending on page breaks of steps. 2017-09-01 15:45:27 +00:00
f45b4e491b B2017-004 Added a method to check if the current item is inside of a Note or Caution 2017-08-29 15:21:24 +00:00
21184ba366 Cleaned up status messages and results message when refreshing transitions
B2017-165 convert ? transition from 16-bit to 32-bit conversion to text
2017-08-08 19:51:20 +00:00
2a28bac333 B2017-170: fix null reference and remove fix for B2017-169 (fixed in underlying code in ItemInfoList) 2017-08-08 15:16:04 +00:00
3681dfa9a6 B2017-169 needed to create a temporary item list when processing the Update ROs and Refresh Transitions item loops 2017-08-07 19:20:35 +00:00
c37948a2f3 B2016-130: Previous checkin for this caused crash on null reference - this was fixed. 2017-08-07 14:40:59 +00:00
20a07c6a3e B2016-130: Copy and paste replace steps causing missing and duplicate items in tree (problems with ‘NextItems’) 2017-08-07 13:05:02 +00:00
Rich
72784a7d48 WCN Emergency Backgrounds Fix Tabs for Background Document Steps within subsections. Prior to this fix Lettered attachment steps were repeating the section letter "EE1" and numbered sections were repeating the section number "3.3.1" 2017-07-21 12:43:27 +00:00
Rich
af6ef93ade Corrected Comment 2017-07-18 16:05:02 +00:00
Rich
03ed697128 B2017-145 Printing an empty procedure was causing PROMs to crash 2017-07-18 15:58:22 +00:00
92dfcf47ed Use property to initialize (prevent null reference)
Added sup info pdf print to supinfo print enum
Use sup info pdf print from enum
fixed typo and use sup info pdf print from enum
B2017-136: Support section titles in proc step sections that have SAMG facing page supplemental info
2017-07-10 12:10:58 +00:00
f4f52e2a84 C2017-026: Add a visual indicator (*) in the PROMS editor to indicate a Continuous Action Step 2017-07-07 11:53:58 +00:00
28a7d8e8ed SAMG Supplemental Information Facing pages
Create property versus variable for facing pages (prevents possible null crash)
2017-07-05 13:48:40 +00:00
f5dbfa12fb B2017-079, B2017-053, B2017-049, improved the speed and logic of updating ROs. The Refresh ROs logic is now merged into the Update ROs logic. Also annotations are added when ROs are updated. The Refresh ROs options were removed from the tool list.
Better feedback when updating RO values, also save list of updated ROs in text file in Documents\VEPROMS
Save the date/time of the last successfully completed RO Values Update
Add annotations for updated RO values, better logic in updating RO figures so they are needlessly updated, better logic in determining if an RO needs to be updated
Logic to save the date/time of the last successfully completed RO Update
Better logic to determine if an RO value needs updated.
2017-06-20 16:26:04 +00:00
b0b4247f29 B2017-120: Supplemental information tab missing bullet 2017-06-19 14:00:01 +00:00
bd7204aff8 B2017-093: Pagination issue when no supplemental information on page or when 2 steps on page & only 2nd has supplemental information 2017-05-24 12:34:42 +00:00
bbbcdf946a Add text to checkbox for blank page printing
Improve pagination for SAMG facing page print
2017-05-12 13:50:02 +00:00
e7f9d4e3ed Support for SAMGS Supplemental Information 2017-05-03 13:57:12 +00:00
8f81199574 B2017-068 don’t convert transition to other procedure to text if the link is valid for the paste destination 2017-03-30 16:57:47 +00:00
8b5e7e01ad B2017-060 the update of RO usages of an imported procedure, if RO was not found in the ROUsage table, the import would be aborted instead of converting the invalid RO to text
B2017-060 the update of RO usages of an imported procedure, if RO was not found in the ROUsage table, the import would be aborted instead of converting the invalid RO to text.
Part of B2017-060 fix were we need to prevent the content text from being disposed when Item is used in a Using statement.
2017-03-24 14:29:39 +00:00
Rich
aa40ff017d Added a Timeout property to the FolderConfig
Added Command Timeout to each query that did not have a specified timeout
2017-03-01 15:40:36 +00:00
2c3c5fc9e0 B2017-031 linked enhanced document sections were displaying an ‘@’ sign for sequential sub-step tabs 2017-02-24 19:44:21 +00:00
13ade8e0b7 B2017-019 Don’t cook applicability ROs (ex <u>) when displaying for editing
B2017-019 handle <u> in DisplayNumber
2017-01-30 19:44:25 +00:00
4744bcd450 B2016-282: remove new subsection menu item off of V-Button when selected section is a Word Section
B2016-236: for global search – add ‘Figure’ to Results style as Document Text & change ‘AER’ to ‘Left’ in list of step types for figures.
B2016-282: remove new subsection menu item off of a Word Section from
2017-01-12 15:23:27 +00:00