I was finishing up a mod and wanted to close the refresh the window on closing the model. I searched the code cause I could remember what exactly to use. I found the onClosed. Well, I tried the ‘refreshme’ and got a console error saying onClosed is not a function. So I looked it up and found I needed to use ‘reload’.
I noticed there are lot of places in the system that still has the refresh and not the reload. How important is it to get those changed out?
Or are we going to just let the process of time fix them? Should all the ones that use refresh should be changed to reload. IMO
reload is a static dlgopen function. refreshme is called in opener and generally include other cleanup actions.
Search refreshme.
1 Like