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
Describe the Bug
Dev and Test: When an app is edited, the original version is not displayed with the date and time below the Application status, no dropdown arrow is available. When an app is edited again, the next version is displayed in a chronological list.
Expected Behaviour
Once an app is edited, the original version and subsequent versions should be displayed under the "Application Status" in the left pane in chronological order. Each has it's own date, time stamp with a dropdown arrow.
Dropdown arrow is available for selection beside the date and time stamp
Select the trencher icon (graduation cap) or "application"
Select through all the tabs and note the information selected on the pages
Actual Behaviour
Version is not displayed
** Steps To Reproduce**
Today: Create a single application with no PD/dependants and any income below $36,111 (original application and assessment)
First Edit: Later the same day: Edit the application (add a dependant) and submit the application. At assessment status
Steps to reproduce the behaviour:
First Edit Precondition
Login to the ministry portal
Click “search students” in the left pane
Enter the name of the student
Click “search” or press ENTER
Click “view” in the row for the student from above
Select “applications” tab
Click “view” beside the application that you want to review from above
Solution: Update getApplicationOverallDetails API to receive an application-id and return previous application versions to the provided application-id as before.
The text was updated successfully, but these errors were encountered:
Describe the Bug
Dev and Test: When an app is edited, the original version is not displayed with the date and time below the Application status, no dropdown arrow is available. When an app is edited again, the next version is displayed in a chronological list.
Expected Behaviour
Once an app is edited, the original version and subsequent versions should be displayed under the "Application Status" in the left pane in chronological order. Each has it's own date, time stamp with a dropdown arrow.
Dropdown arrow is available for selection beside the date and time stamp
Select the trencher icon (graduation cap) or "application"
Select through all the tabs and note the information selected on the pages
Actual Behaviour
Version is not displayed
** Steps To Reproduce**
Today: Create a single application with no PD/dependants and any income below $36,111 (original application and assessment)
First Edit: Later the same day: Edit the application (add a dependant) and submit the application. At assessment status
Steps to reproduce the behaviour:
First Edit Precondition
Ref. TC 4327, Release 2.6
Technical investigation
parent-application-id
based on the initial expectations of the ticket Create Application Versioning and use the versioning to get previous version(s) #4247. But later in the ticket, usage ofparent-application-id
was reverted considering the side effects. But still this API is not updated to useapplication-id
instead ofparent-application-id
which require update in the logic.application-id
and return previous application versions to the providedapplication-id
as before.The text was updated successfully, but these errors were encountered: