You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On testing, once a proposal is archived, the "See proposal" link no longer directly links to the proposal. The link leads to the dashboard, but the proposal isn't immediately visible because it has been archived.
archivedProposalLink.mov
Solution
The "See proposal" link should always send the user directly to the view where they can see the proposal in question.
The text was updated successfully, but these errors were encountered:
* logic to check if a proposal archived or active
* implement scroll-to-target in PropositionsAllModal.vue
* fix the bug in in-app notification list
* setTimeout to nextTick callback
Problem
On
testing
, once a proposal is archived, the "See proposal" link no longer directly links to the proposal. The link leads to the dashboard, but the proposal isn't immediately visible because it has been archived.archivedProposalLink.mov
Solution
The "See proposal" link should always send the user directly to the view where they can see the proposal in question.
The text was updated successfully, but these errors were encountered: