Bugfix
Detail
#28616
Use of GotoHandler for component display in PostCreateActions
The current implementation for displaying a component in PostCreateActions can lead to undesired behavior under certain circumstances (if the action is triggered by another GoTo component).
The problem should be solved by using the GotoHandler to navigate to the target component. The GotoHandler ensures the correct visibility of the component, even if the original GoTo component is closed.
TEST
No test necessary.