B2023-089: Search results – reselection of search results step that was deleted causes unexpected results when redisplayed in editor. #103
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "GenWork"
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?
B2023-089: Search results – reselection of search results step that was deleted causes unexpected results when redisplayed in editor. This occurs when a search is performed, a step/procedure is displayed from search results selection from list, copy/paste/delete of the step is done in editor, a different step/procedure is displayed from search results selection, and then the deleted step is selected from the search results (the original procedure was still displayed in the editor, but not the active panel). A message stating that the step is not editable was displayed and the newly pasted step was no longer there.
The change was made to the search results selection code that brings up a step in the editor, it now checks if the step is deleted, and if so, the code uses the step’s procedure to determine what is displayed in the editor.
Looks good. The new logic will now handle if the step that is trying to be opened was deleted.