Skip to content

Conversation

Rohini-Microsoft
Copy link
Contributor

Purpose

When accessing a task page through a copied URL from one browser tab to another, the task information fails to load. The page shows a loading spinner indefinitely, and the task details are not displayed. Upon inspection, it's found that the task ID is missing in session storage.

Does this introduce a breaking change?

  • Yes
  • No

How to Test

  1. Open the application in one browser tab.
  2. Navigate to a task and select a specific task (the URL should change to reflect the task ID).
  3. Copy the URL from the browser’s address bar.
  4. Open a new tab in the same browser.
  5. Paste the copied URL in the new tab and press enter.
  6. The session storage should retain the correct task ID, ensuring the task data is fetched properly
git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
npm install

What to Check

The task page should load with the task information correctly displayed.
The session storage should retain the correct task ID, ensuring the task data is fetched properly

@Roopan-Microsoft Roopan-Microsoft changed the base branch from dev to hotfix March 18, 2025 06:53
@Rohini-Microsoft Rohini-Microsoft changed the base branch from hotfix to dev March 18, 2025 07:38
@Rohini-Microsoft
Copy link
Contributor Author

created new PR with hotfix branch

@Rohini-Microsoft Rohini-Microsoft deleted the PSL-BUG-14977 branch March 18, 2025 08:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant