Detail
#28707
Falsches Dirty-Handling im SelectTransitionDialog (BPE)
In the workflow transition dialog, dirty handling is incorrectly triggered when the user closes the dialog via the X icon after making a selection.
**Current behavior:**
The dirty handling query "You have made changes" appears with the options "Apply", "Discard", "Cancel", whereby "Apply" is grayed out, as nothing can be saved here.
**Expected behavior:**
The dialog should be closed without a dirty handling query, as the form data in this specific transition dialog is not intended to be saved permanently.
**Reason:**
The selection in the transition dialog is only used for immediate workflow processing and does not represent any form data to be persisted. Dirty handling is misleading in this context and disrupts the user workflow.
**Solution:**
Deactivate dirty handling specifically for the SelectTransition dialog.