openfun / richie

:pencil: An opensource CMS to build education portals
https://richie.education
MIT License
256 stars 80 forks source link

✨(frontend) refetch user profile after edition #2380

Closed rlecellier closed 1 month ago

rlecellier commented 2 months ago

On click on modify profile, we open a new window in OpenEdx profile page. When modification are done, we would like to refresh informations display on this page.

This onWindowFocus event will be trigger the first time the user came back from OpenEdx profile page to refresh the informations. /!\ It's not perfect as it'll not work it he go and back from one tab to the other.