How to know on main page when popup is closed?
I have a list with a label containing a status. On click, user gets a popup where they can change the status value. After the update, I close the popup. Now the user is back as the original page, but the status value needs to be updated. How can I do this? Easiest method would be some type of event that knows when the popup is close so I can re-run the service, but I could also just get the new value from local storage. My problem is, on my original page, I don't know when that popup was closed in order to do my update.