111 Commits

Author SHA1 Message Date
a1380dbb8a B2024-042 - When replacing a procedure, this change will now replace the procedure correctly and add it to the tree node, previously it would replace th eprocedure, then add a whole new procedure to the node, incorrectly using the copy procedure which appended "copy of". 2024-07-18 14:06:01 -04:00
629fe1b615 Updated to include passing teh selected tree node parent for cases where the only procedure in a folder is being replaced. otherwise i pass null for that as its not really used. 2024-06-19 13:50:52 -04:00
3b88b78b34 B2023-101 & 102: Incoming Transition & Copy/Paste Replace with Incoming Transitionis crashes 2023-10-12 08:29:21 -04:00
69fec106f7 B2023-049: Null reference crash on Paste Before 2023-05-11 13:12:23 +00:00
e045614f8d B2022-148: cannot insert outside transition in a background document that references a related EOP – transition is converted to text 2023-01-24 15:32:22 +00:00
b6d69fbd4c B2022-049: Copy/paste of enhanced procedure and bad links between source and enhanced 2022-08-03 15:03:40 +00:00
6eabc4efd1 C2022-019 Added a Cancel button to the message box that informs the user that the destination you are pasting to is a different step type than what is being copied. 2022-06-16 20:06:45 +00:00
1171a51d00 B2021-033: crash on copy/paste replace of figure 2021-03-29 13:21:37 +00:00
47c64e0ad4 F2021-009 PROMS Express - Added methods to determine the levels of sub-steps when doing a Paste CopyStep and to display a message when the pasted step will have an excessive number of sub-steps. Added a method the return the number of sub-step levels defined in the format file (used when inserting new sub-steps) 2021-03-24 19:51:22 +00:00
fdd59a5d6b Upped revision number to 1.8
C2020-033: 2021 UPGRADE Handling of incoming transitions on delete or review
2021-01-06 15:07:57 +00:00
b172dc3080 C2020-038: When deleting a procedure, add a prompt so that user has to enter a reason that is saved to database 2020-10-22 10:21:53 +00:00
fe1e392e4e B2020-132: Proms crashes when attempting to restore a deleted step 2020-10-08 16:19:42 +00:00
b8d46d3768 B2020-091: Section deletes even if transition point to it 2020-07-15 12:45:30 +00:00
82124d1299 C2020-018 made a more accurate description of the message for transitions when deleting a Procedure, Section, or Step 2020-07-06 13:46:06 +00:00
834febf196 B2020-076: Create template steps when insert step from treeview with editor not open (made 2 methods public) 2020-05-28 13:21:48 +00:00
0b6ca223db B2020-050 Added a NULL reference check on nextItem before attempting to call ResetOrdinal() in DeleteItemAndChildren. 2020-04-06 14:09:50 +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
2bc4a8d105 B2020-009 Copy/Paste procedures, check for background step editor sections (being copied) that are empty (contains no steps) and skip the process that tries to create links for these (non-existing) steps 2020-01-21 17:48:16 +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
17260519e3 B2019-030 Use FlexableMesageBox instead of MessageBox so that it is always on top. 2019-03-07 18:02:31 +00:00
295cb2a74b B2018-115: Incorrect step types getting created in background documents 2018-08-24 15:54:24 +00:00
60bc70dbc5 B2018-051 Inserting a new enhanced (non-linked) step was inserting the same HLS type as current step instead of the selected HLS type from the insert menu.
B2018-052 – The old hard space character in the enhanced document template will now be inserted as a hard space instead of a question mark
2018-03-20 18:03:18 +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
8b177644f7 B2017-272: For enhanced, use correct section type when creating a new section when previous sections in source are not linked.
B2017-272:  added a null check
2017-12-12 16:02:30 +00:00
3e4c4782bd B2017-271: Copy/paste procedure, with enhanced background, crashes if missing step(s) in background 2017-12-12 13:48:53 +00:00
7dfd2d9738 B2017-268: Fix crash when creating a new enhanced procedure & linking an existing source procedure to it when the Procedure Numbers were different. 2017-12-04 17:05:35 +00:00
fc82fced84 B2017-255: When pasting a source step that has links to an enhanced step into a section that has linked enhanced steps, do not remove the links to the new enhanced step. 2017-09-27 14:34:15 +00:00
fbc4b42ff1 B2017-209: Restoring an enhanced step whose source step is deleted causes crash 2017-09-21 14:08:20 +00:00
d228ca58dc B2017-179 detect if Paste/Replace was aborted due to Transition references and user had selected to go to the first transition that needs attention.
The Paste/Replace method can now return a NULL, so we needed to handle that.
2017-09-01 12:40:09 +00:00
95f4767651 B2017-045: Allow copy of enhanced step pasted to non-enhanced section removing enhanced link data 2017-08-23 12:12:57 +00:00
a413025fcd B2017-174: Fix crash when linking (Enhanced) a new note (added a null reference check) when first in list with others below it. 2017-08-15 15:22:20 +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
eca7ff8c0e B2017-134 Creating a new enhanced section from EOP was using incorrect document type 2017-07-06 14:36:11 +00:00
Rich
111fe18565 C2016-023 - Copy using clipboard
Convert Transition to text if the destination procedure set is different than the current procedure set and the destination procedure number exists in the current procedure set.
C2016-023 - Copy Step
Convert Transition to text if the destination procedure set is different than the current procedure set and the destination procedure number exists in the current procedure set.
2017-07-05 19:38:43 +00:00
ab44a78d9e B2017-083: Missing procedures in enhanced after creating new enhanced procedure from source, if it first procedure in list 2017-05-17 12:16:53 +00:00
d8f00ec197 B2017-081: crash on insert of supplemental information. Cached item was of wrong type. Removed lines of code using this – it was not needed 2017-05-08 15:55:42 +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
75ec77fd49 B2017-065 Fixed null reference bug happening during a CopyStep / Replace Step of an EOP step that is linked to an Enhanced step 2017-03-29 16:51:15 +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
Rich
2459c403ec Added Error Handling for Null Active Format 2017-02-10 17:02:58 +00:00
Rich
bb9198aa4f When doing a demo an internal transition to another procedure was converted to text. This has been fixed. 2017-01-30 16:09:20 +00:00
125f3b1b43 B2016-009 - Add message box explaining copied step inherits the destination step type 2017-01-26 20:35:25 +00:00
3a2759470d check for null reference when deleting a source step that has associated enhanced (found during fix for B2016-228)
B2016-228: when creating section/procedure enhanced items, set ‘Number’
B2016-228: when modifying source section or procedure, save ‘Number’ also
B2016-198: User hold point no longer overwrites the ‘INIT/DATE’ signoff heading
2016-11-29 13:52:43 +00:00
14bb3fcf3b Using statement added so the ContentItems[0].MyItem do not say in cache (caused issues with paste/replace step) B2016-153
When using CopyStep Paste, don’t convert a transition to text if that transition has procedure number information  B2016-148
Fixed <Shift><F5> issue so that Copy Step Paste options menu pops up  B2016-148
Made SetButtonAndMenuEnabling a public function to fix <Shift><F5> issue so that Copy Step Paste options menu pops up  B2016-148
2016-06-29 19:32:06 +00:00
15f3b2ce09 Enhanced: rename a method name for clarification
Enhanced: convert 16-32 bit link data at procedure level
Enhanced: convert 16-32 bit link data at procedure level.
2016-05-12 12:48:34 +00:00
289db67a2b Enhanced: Code to refresh contents for item list that is unlinked; gets list of items that have text differences between enhanced/source and refresh text
Enhanced: Insert new procs & section for enhanced docs;  Link 2 existing items, enhanced <->source
2016-05-09 11:29:00 +00:00
3bcd01ce8d Fix some of enhanced format flags
C2016-008: Create an enhanced step if it is missing from a source
2016-04-14 12:44:51 +00:00
ee91973682 B2016-081 if a transition is to a non-editable section, also check that if it goes to a step in that non-editable section 2016-03-21 15:13:44 +00:00
Rich
74f2b180eb B2016-055 - Answering No to a dialog when doing a paste replace of a procedure was causing the code to crash.
B2016-048 - Editing an existing transition was causing the code to crash.
2016-03-01 13:38:08 +00:00