Skip to content
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

Fix4307:Showing irrelavant warning whenever wrong details are shared. #4311

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

AishwaryJain07
Copy link

fixed it don't shows the warning triggered unnecessarily

Screenshot from 2024-03-20 14-26-52

@AishwaryJain07
Copy link
Author

@Suryansh5545 removed the unnecessary commits.

@codecov-commenter
Copy link

codecov-commenter commented Mar 22, 2024

Codecov Report

Merging #4311 (3a7b155) into master (96968d6) will decrease coverage by 3.64%.
Report is 1101 commits behind head on master.
The diff coverage is n/a.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4311      +/-   ##
==========================================
- Coverage   72.93%   69.29%   -3.64%     
==========================================
  Files          83       20      -63     
  Lines        5368     3573    -1795     
==========================================
- Hits         3915     2476    -1439     
+ Misses       1453     1097     -356     
Files Coverage Δ
frontend/src/js/controllers/profileCtrl.js 66.35% <ø> (-26.51%) ⬇️

... and 64 files with indirect coverage changes

Files Coverage Δ
frontend/src/js/controllers/profileCtrl.js 66.35% <ø> (-26.51%) ⬇️

... and 64 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f705b19...3a7b155. Read the comment docs.

@@ -272,8 +272,7 @@
vm.FormError = response.data.affiliation[0];
} else {
$rootScope.notify("error", "Some error have occured . Please try again !");
}
$rootScope.notify("error", vm.FormError);
} $rootScope.notify("error", vm.FormError);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this rewritten?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Suryansh5545 fixed it 👍

Copy link
Member

@Suryansh5545 Suryansh5545 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please address the comment

@AishwaryJain07
Copy link
Author

Please address the comment

@Suryansh5545 i fixed it , now.

@AishwaryJain07
Copy link
Author

closes #4308

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.

None yet

3 participants