Expected behavior: when I'm added to a new proposal that proposal should show up in my projects tab
Bug behavior: User needs to re-log in for the proposal to show up in project view. Otherwise the proposal they were added to won't show up
Cause: We fetch the users list of proposals only when they log-in
Fix: Find another time to fetch user's list of proposals, either on page load or another time
Expected behavior: when I'm added to a new proposal that proposal should show up in my projects tab
Bug behavior: User needs to re-log in for the proposal to show up in project view. Otherwise the proposal they were added to won't show up
Cause: We fetch the users list of proposals only when they log-in
Fix: Find another time to fetch user's list of proposals, either on page load or another time