-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pending Whitelist count is not incremented when CLA is signed by the company after whitelist request #807
Comments
@wanyaland please review and diagnose. Work with @amolsontakke3576 to determine if this is a UI or backend issue. |
@amolsontakke3576 This will require an update on the api call on the UI. There are 2 cases
|
Signed-off-by: Amol Sontakke <[email protected]>
Signed-off-by: Amol Sontakke <[email protected]>
* #807 Working on changing endpoints * #807 added new endpoint and handled errors Signed-off-by: Amol Sontakke <[email protected]> Co-authored-by: David Deal <[email protected]>
Verified and observed that the count is incremented when the CLA is signed after whitelist request is sent |
[#807]: Whitelist Request - Updated API endpoint with success message
* #807 Working on changing endpoints * #807 added new endpoint and handled errors * #841 Error message even company is new Signed-off-by: Amol Sontakke <[email protected]> Co-authored-by: David Deal <[email protected]>
…mmunitybridge#838) * communitybridge#807 Working on changing endpoints * communitybridge#807 added new endpoint and handled errors Signed-off-by: Amol Sontakke <[email protected]> Co-authored-by: David Deal <[email protected]>
@amolsontakke3576 can you troubleshoot and diagnose this regression? Coordinate with @nirupamav on testing this. Seek help from me or @wanyaland if you need help reviewing records in the DB. |
- Added request for invite cla manager flow fixing request count - Added utils function to get cclawhitelistrequest instance - Added PynamoAPI for the CCLAWhitelistRequest Table Signed-off-by: wanyaland <[email protected]>
Testing blocked due to #1418 |
Testing blocked due to #1424 |
The issue appears to be related to a python error.
|
[#807] Resolved Python API Error when Saving Approval Request
Merged PR: #1470 Ready for re-test @nirupamav |
Testing blocked due to #1533 |
@dealako I have verified this ticket and found that the issue is from the python side while we call the POST endpoint from the python side /user/{user_id}/request-company-ccla data is not inserted properly. |
Created PR: #2030 |
@rinkeshbhutwala sorry, but can you test this after you merge the PR? |
[#807] Added Logic to Create CCLA Approval Request Entry
Testing Blocked due to #2032 |
Testing blocked due to #2075 |
The old v1 console is deprecated and removed. |
Background
Prerequisite
Steps to follow
Launch github repository url https://github.com/selenium-af/Issue719
Login as github user
Update any file and Pull Request
Checks fail
Click on the link to Sign CLA
Click on Corporate
Select Company CompSignAfterEmployeeRequest
Popup to request authorization is dsiplayed
Select employee Email ID
Click SEND button and click DISMISS
Launch Corporate Console
Login as [email protected]
Click on company CompSignAfterEmployeeRequest
Click SIGN NEW CLA
Search and Select Project Issue627Test1
Click SUBMIT
Click YES
Click OPEN CLA
Complete the docu sign process
Observed the pending request is 0 and not incremented
The text was updated successfully, but these errors were encountered: