On Thailand production we have this plan that does not have any team assignments on the WebUI. It is however accessible from the android apk v5.3.28.
The plan is accessible through the user test2021-2
the plan ID is: d08376ae-a1ca-504a-93d5-853ce345512e
on checking further we note that the plan has active Team assignments on the DB see query result below:
id | organization_id | location_id | plan_id | from_date | to_date | duration | username | name | name | status | identifier | planstatus
-------+-----------------+-------------+---------+------------+---------+---------------+------------+------------+-------------------------+--------+--------------------------------------+------------
61609 | 303 | 22384 | 9072 | 2021-11-19 | | [2021-11-19,) | test2021-2 | test2021-2 | บ้านอบรมรุ่น2 (1206030018) | ACTIVE | d08376ae-a1ca-504a-93d5-853ce345512e | active
Also an API call done to this endpoint shows that there is a team assignment returned. Why is the web UI not displaying the team assignment?
See screenshots below for the team assignment on UI and the android screenshot.
On Thailand production we have this plan that does not have any team assignments on the WebUI. It is however accessible from the android apk v5.3.28. The plan is accessible through the user
test2021-2
the plan ID is:d08376ae-a1ca-504a-93d5-853ce345512e
on checking further we note that the plan has active Team assignments on the DB see query result below:
Also an API call done to this endpoint shows that there is a team assignment returned. Why is the web UI not displaying the team assignment?
See screenshots below for the team assignment on UI and the android screenshot.