Capture TEI Profile Widget

Dear all,

I am using below versions, and the profile widget doesn’t seem working when clicking “Edit”.
I also tried with the Demo instance for V42 and V43
{
“app_name”: “Capture”,
“app_version”: “107.0.0”,
“global_shell_version”: “1.12.3”,
“dhis2_version”: “2.42.5.1”,
“dhis2_revision”: “9d7f88a”
}

Hi @kateshih

Whenever these ‘infinite loading’ issues happen, I try the following:

  1. Update the app to the latest version (sometimes update all the core apps)
  2. Test again in the browser’s Guest mode (no browser cache for each new private mode instance).
  3. If it works in the Guest mode then this was a cache issue, clear the browser cache (Ctrl+Shift+R) or for a complete clean-up use DevTools (F12→Application→Storage→Clear site data)

I tried to reproduce the issue in verion 107.0.1 as well as 107.0.0, and I couldn’t reproduce the issue:


Did I miss anything? Is there a chance you share the Network log and see if there’s one request with an error when you click on the profile widget?

Thanks!

Hi @kateshih @Gassim ,

we were able to reproduce the issue. A ticket was created Jira with all the steps and details.

@ctejo @Gassim

Thanks for checking!
In the demo instance
{
“app_name”: “Capture”,
“app_version”: “107.0.2”,
“global_shell_version”: “1.12.3”,
“dhis2_version”: “2.42.5.2”,
“dhis2_revision”: “91f1f41”
}

What I did: >Child Program> Working list without organisation unit > select an enrollment
I think it’s because the enrollment “organisation unit” is not loaded so the Profile widget cannot work?
When searching the person in the program, after selecting the result for the person enrollment dashboard, the organisation unit was also not loaded if “organisation unit” was not selected beforehand.

It looks like DHIS2 developers are already working on a fix. More details and updates in Jira