B2023-089: Search results – reselection of search results step that was deleted causes unexpected results when redisplayed in editor. #103

Merged
jjenko merged 1 commits from GenWork into Development 2023-08-24 08:51:13 -04:00
Owner

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.

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.
kruffing added 1 commit 2023-08-24 06:49:15 -04:00
kruffing requested review from jjenko 2023-08-24 06:49:20 -04:00
jjenko approved these changes 2023-08-24 08:50:19 -04:00
jjenko left a comment
Owner

Looks good. The new logic will now handle if the step that is trying to be opened was deleted.

Looks good. The new logic will now handle if the step that is trying to be opened was deleted.
jjenko merged commit 25d500c44e into Development 2023-08-24 08:51:13 -04:00
djankowski was assigned by jjenko 2023-08-24 08:51:28 -04:00
Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Volian/SourceCode#103
No description provided.