After closing popup, button becomes dead (will not reopen popup)

As the title states, I have a button that executes multiple actions: a model query and a popup. Upon opening the popup and closing the popup window the button no longer reopens the popup. I can’t figure out why as the button has the same setup as most other buttons I have on the same page. Check out the setup below:


Michael,

Do you have conditional rendering on the button?  Maybe your page include has the same model name and is not conflicting with your render conditions?

Thanks,

Bill

I got rid of that model query action as it wasn’t necessary for the popup contents and that seemed to fix it. Not sure what the issue was.