-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Removing unused deprecations #15284
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
Removing unused deprecations #15284
Conversation
0167d01
to
7484412
Compare
7484412
to
c7d8890
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## 7.x #15284 +/- ##
============================================
+ Coverage 66.41% 66.63% +0.21%
+ Complexity 35210 35036 -174
============================================
Files 2319 2299 -20
Lines 141913 141313 -600
============================================
- Hits 94257 94162 -95
+ Misses 47656 47151 -505
🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tested the map widget on the homepage and checked all the date filters which seems to be working as expected. The contact map on the user profile is also working fine, checked highlighting, zooming etc.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The code changes look good to me. I tested the PR and found no issues.👍Thanks!
Description
I went through the code searching for the
@deprecated
label and deleted code that was unused everywhere.rm -rf vendor && composer install
- withddev ssh
in front if you're using DDEV - to avoid the AppCache.php errors. I couldn't find any simpler way how to do it.📋 Steps to test this PR: