Page 1 of 1

Controller Hierarchy Issue with UserDialog Service

Posted: August 3rd, 2022, 3:27 pm
by Filip.Serw
I have set up a button with a click event that has 2 controllers associated with it.
ButtonSetup.png
Controller 1: DeleteSelected has the service UserDialog within its logic.
UserDialogService.png
When triggering the click from the page, the pop up of the user dialog interaction occurs and results in an error pop up on the page.
ErrorPopup.png
The 1st controller on its own, DeleteSelected will work. The 2nd controller, RefreshWhatsIncluded will also work on its own and work in other buttons with multiple controllers in the hierarchy of a button click.

Re: Controller Hierarchy Issue with UserDialog Service

Posted: August 4th, 2022, 3:51 pm
by SteveCap
Task #10417 was created based off this post viewtopic.php?p=271
Currently if using a UserDialog service you can't have any controllers or events after it.