Controller Hierarchy Issue with UserDialog Service

This forum allows users to post and respond to "How Do I Do ....." questions. The information contained in this forum has not been validated by K-Rise Systems and, as such, K-Rise Systems cannot guarantee the accuracy of the information.
Post Reply
Filip.Serw
Posts: 25
Joined: February 17th, 2022, 3:21 pm
Contact:

Controller Hierarchy Issue with UserDialog Service

Unread post 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.
word count: 87

Tags:
SteveCap
Posts: 329
Joined: August 26th, 2021, 9:18 am
Contact:

Re: Controller Hierarchy Issue with UserDialog Service

Unread post 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.
word count: 28
Post Reply