Controller Hierarchy Issue with UserDialog Service
Posted: August 3rd, 2022, 3:27 pm
I have set up a button with a click event that has 2 controllers associated with it.
Controller 1: DeleteSelected has the service UserDialog within its logic.
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.
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.