URL:
https://github.com/freeipa/freeipa/pull/3138
Author: serg-cymbaluk
Title: #3138: Fix occasional 'whoami.data is undefined' error in FreeIPA web UI
Action: opened
PR body:
"""
'Metadata' phase (Web UI initialization flow) doesn't wait "whoami"
response.
It causes the error when on the next phase "whoami" data is undefined.
To avoid this "whoami" request now has flag async = false,
so init_metadata waits until it will be completed.
Ticket:
https://pagure.io/freeipa/issue/7917
Signed-off-by: Serhii Tsymbaliuk <stsymbal(a)redhat.com>
"""
To pull the PR as Git branch:
git remote add ghfreeipa
https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/3138/head:pr3138
git checkout pr3138