culturecreates / footlight-app

Footlight CMS Front-end
https://cms.footlight.io
2 stars 0 forks source link

Signe Laval user cannot modify their organization #1122

Closed troughc closed 4 weeks ago

troughc commented 1 month ago

This user does not have the edit button for their organization: https://cms.footlight.io/dashboard/63457978637093005071a053/settings/user-management/6632630c0796c300645a161f

Image

I missed this request, can you please look into it asap? Thanks.

troughc commented 1 month ago

The user needed to do a hard cache reload to see it. However we can fix it on our side, for the future (so they won't have to do a hard cache reload) - they may have to log out and log back in. The fix will be described by @SyamBabu-M

SyamBabu-M commented 1 month ago

I was able to reproduce this issue. This issue was caused due to an API to get updated user details, not getting triggered. I was able to fix this issue after the user logs out and logs back in or if the user does a hard refresh of the CMS. I have implemented a fix to make sure the API gets triggered each time the user simply reloads the page.