4e2a9c0210
B2020-065: font size characters for tables in tree view
2020-05-05 14:35:40 +00:00
6f42f911f7
C2020-009 Search By Word
2020-05-04 14:09:48 +00:00
bdd1b054a4
B2020-043: After insert of step above, resolved transition text was incorrect if tab had step number
2020-04-02 12:58:12 +00:00
b5af00b940
F2020-009: Change Order of Cautions/Notes. Note that this is check in for release note from 2/28/2020 (was missed during initial checking).
2020-03-02 15:31:57 +00:00
bde69ec7b2
Modified type to prevent a null reference
2020-02-17 13:23:02 +00:00
02f17709b7
B2020-007: default step section setting/unsetting
2020-01-30 16:49:12 +00:00
beed3319ca
C2019-045: Fix length of procedure number for CCR to work
...
C2019-045: For enhanced procedures, allow modification of number & title
2019-12-13 11:51:15 +00:00
22978ffff5
B2019-165 Added a check box on the automation tab to allow user to turn off the printing of a foldout page on the last page of a Word document that does not include foldouts (Byron/Braidwood)
...
Code cleanup, found a missed instance of a check for “FOLDOUT” as section number – corrected so that it using the Section_IsFoldout method instead
2019-11-13 17:11:51 +00:00
24c06d710a
B2019-121 Pagination was breaking on the last bulleted substep of a note, then mistakenly putting the bottom continue message on top of the note box. Logic now does a better job in keeping substeps within notes and caution together and thus placing the continue message in the correct location.
2019-08-30 19:39:20 +00:00
995acf2e04
B2019-126 Corrected the tab logic to not remove the section number prefix on enhanced document steps, when the source document’s High Level Step does not include a section number prefix
2019-08-29 16:14:47 +00:00
70692e9d77
B2019-037 added logic to replace ~ and # characters with superscript and subscript commands
2019-04-17 17:06:37 +00:00
b874d9e92e
B2019-011 Better align the First level sub step tab with the high level step tab
2019-01-21 18:19:41 +00:00
bbcb638024
C2018-039: Upgrade – User Control of Format
2018-12-12 15:34:25 +00:00
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