-
Type:
Bug
-
Status: On hold in Test
-
Priority:
Medium
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: Between Fall and Winter 2019
-
Labels:None
-
Company:All Clients/Multiple Clients
- Validate token API conflict exception message change
- Remove the unnecessary calls in validate UserDID if user is not present.
- Check user page permissions
- User Must have permission for provided company
- For decline get user email address from Email table
- Added LatestStatus, StatusChangedDate, StatusChangedBy columns into Document History table & triggers.
Field | Original Value | New Value |
---|---|---|
Status | To Do [ 10000 ] | In Progress [ 3 ] |
Sprint | DMS - Gap Fall & Win Sprint 4 [ 179 ] |
-
- Time Spent:
- 3.5h
-
Analysis
Coding
Testing
Remaining Estimate | 0h [ 0 ] | |
Time Spent | 3.5h [ 12600 ] | |
Worklog Id | 202641 [ 202641 ] |
Description |
# Validate token API conflict exception message change
# Remove the unnecessary calls in validate UserDID if user is not present. |
# Validate token API conflict exception message change
# Remove the unnecessary calls in validate UserDID if user is not present. # Check user page permissions # User Must have permission for provided company # For decline get user email address from Email table |
Description |
# Validate token API conflict exception message change
# Remove the unnecessary calls in validate UserDID if user is not present. # Check user page permissions # User Must have permission for provided company # For decline get user email address from Email table |
# Validate token API conflict exception message change
# Remove the unnecessary calls in validate UserDID if user is not present. # Check user page permissions # User Must have permission for provided company # For decline get user email address from Email table # Fetch user permissions for each time when basic integration calls # Added LatestStatus, StatusChangedDate, StatusChangedBy columns into Document History table & triggers. |
Description |
# Validate token API conflict exception message change
# Remove the unnecessary calls in validate UserDID if user is not present. # Check user page permissions # User Must have permission for provided company # For decline get user email address from Email table # Fetch user permissions for each time when basic integration calls # Added LatestStatus, StatusChangedDate, StatusChangedBy columns into Document History table & triggers. |
# Validate token API conflict exception message change
# Remove the unnecessary calls in validate UserDID if user is not present. # Check user page permissions # User Must have permission for provided company # For decline get user email address from Email table # Added LatestStatus, StatusChangedDate, StatusChangedBy columns into Document History table & triggers. |
-
- Time Spent:
- 2.5h
-
Coding for permission
Trigger changes
Merged develop branch
resolve conflict
testing
Time Spent | 3.5h [ 12600 ] | 6h [ 21600 ] |
Worklog Id | 202952 [ 202952 ] |
Sprint | DMS - Gap Fall & Win Sprint 4 [ 179 ] | DMS - Gap Fall & Win Sprint 4, DMS - Gap Fall & Win Sprint 5 [ 179, 181 ] |
Remaining Estimate | 0h [ 0 ] | 6h [ 21600 ] |
Original Estimate | 12h [ 43200 ] |
Status | In Progress [ 3 ] | Code Review [ 11801 ] |
Assignee | Rohan J Khandave [ rohan.khandave ] | Harshveer Singh [ harshveer.singh ] |
Remaining Estimate | 6h [ 21600 ] | 5h [ 18000 ] |
Time Spent | 6h [ 21600 ] | 7h [ 25200 ] |
Worklog Id | 203517 [ 203517 ] |
Assignee | Harshveer Singh [ harshveer.singh ] | Narendra Kumar [ narendra.kumar ] |
Assignee | Narendra Kumar [ narendra.kumar ] | Harshveer Singh [ harshveer.singh ] |
Assignee | Harshveer Singh [ harshveer.singh ] | Narendra Kumar [ narendra.kumar ] |
Assignee | Narendra Kumar [ narendra.kumar ] | Rohan J Khandave [ rohan.khandave ] |
Status | Code Review [ 11801 ] | In QA Testing [ 11901 ] |
Assignee | Rohan J Khandave [ rohan.khandave ] | Prateek [ prateeks ] |
Status | In QA Testing [ 11901 ] | On hold in Test [ 10019 ] |
Assignee | Prateek [ prateeks ] | Samir [ samir ] |
Transition | Time In Source Status | Execution Times |
---|
|
1d 22h 3m | 1 |
|
4d 7h 27m | 1 |
|
13d 18h 26m | 1 |
|
84d 4h 9m | 1 |
1. Validate token API conflict exception message change.
---> Change validation message and redirect user to Un-Authorized page.
2. Remove the unnecessary calls in validate UserDID if user is not present.
---> Even user is not valid still token are getting created , so remove this logic. Now token will get created if user is valid.
3. Check user page permissions
---> Previously permissions not getting fetched when present into browser data. So new changes are not reflecting. So when basic integration hits fetch user permissions.
4. User Must have permission for provided company
---> Now user can access company only if they had permission for company. If no permission for company redirected to Un-Authorized page.
5. For decline get user email address from Email table
---> For decline email address fetched from users table instead of email address table. Now as per change email get fetched from Email table.
6. Added LatestStatus, StatusChangedDate, StatusChangedBy columns into Document History table & triggers.
---> Added missing columns into Document History and modify triggers for same.
CC : Samir