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 … #358

Merged
kruffing merged 2 commits from B2024-042 into Development 2024-07-22 09:45:18 -04:00
Owner

"Copy Of' being appended to procedures that are replaced where the procedure replaced is the only one in the folder. This should fix that issue. (The problem was related to this specific instance where the copied procedure was actually simply being added as if it was copied and pasted as opposed to simply using the replace functionality. The copied and pasted path appends "Copy Of" to the front, where replacement does not.

"Copy Of' being appended to procedures that are replaced where the procedure replaced is the only one in the folder. This should fix that issue. (The problem was related to this specific instance where the copied procedure was actually simply being added as if it was copied and pasted as opposed to simply using the replace functionality. The copied and pasted path appends "Copy Of" to the front, where replacement does not.
klaskey self-assigned this 2024-07-19 08:50:43 -04:00
djankowski was assigned by klaskey 2024-07-19 08:50:43 -04:00
kruffing was assigned by klaskey 2024-07-19 08:50:43 -04:00
mvickers was assigned by klaskey 2024-07-19 08:50:43 -04:00
klaskey added 1 commit 2024-07-19 08:50:43 -04:00
klaskey requested review from kruffing 2024-07-19 08:50:49 -04:00
klaskey added 1 commit 2024-07-22 09:39:53 -04:00
kruffing approved these changes 2024-07-22 09:44:29 -04:00
kruffing left a comment
Owner

Code review was successful

Code review was successful
kruffing merged commit c25f501909 into Development 2024-07-22 09:45:18 -04:00
Member

Version 2.2.2407.2209 - everything tested correctly. Note that typo in the last step of testing on page 1 of the Word file should say "....and the words Copy of should NOT be appended."

Version 2.2.2407.2209 - everything tested correctly. Note that typo in the last step of testing on page 1 of the Word file should say "....and the words Copy of should NOT be appended."
Sign in to join this conversation.
No Reviewers
No Label
3 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Volian/SourceCode#358
No description provided.