Typically I send popups a unique Id so I can open multiple instances. This time I only want to open a single instance (Id is the same) each time I call it, but I want the passed params to update. I'm not seeing this happen. If I call the popup, the params are correct, if I call again with a different set of params, they don't change, they remain as-is. If I close the popup and open using the command from the last call it works.
I placed a change script on the params and they aren't changing.
What am I missing on this? I was under the impression that if you open a popup with the same Id it will close the old one and open a new one.
8.1.28
@cmallonee any ideas? You stated the typical behavior in this post. If I close the popup before I open, the params do update, but the the popup opens center view which isn't quite desirable. The use case here is a popup with a tag browser component that is used to update a text field with a tag path, opening and closing the same popup for each text field is weird, having the tag browser in the same view and not as a popup isn't desired either.