Password window doesn’t close when saving a new password in the Framwork.
I guess in svy_secutity.globals.js line 675 is should return true instead of null.
This issue has been fixed in the next release.
It is not fixed!
The return value is back to null again on line 698, since the last Framework update.
Please fixe it for future releases!
I just tested this in the latest release and it works just fine; the password is stored and the dialog closes.
The method indeed still returns null, but method check_password of form svy_sec_password_new and method btn_save of form svy_sec_user_new have been changed to check whether the password is filled or not.
Please check this on your end.