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
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "B2024-042"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
"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.
Code review was successful
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."