Revert merge of PR #4276 (SonarCloud fixes) - #5377
Closed
SharadhaKasiviswanathan wants to merge 1 commit into
Closed
Revert merge of PR #4276 (SonarCloud fixes)#5377SharadhaKasiviswanathan wants to merge 1 commit into
SharadhaKasiviswanathan wants to merge 1 commit into
Conversation
✅ Deploy Preview for highestgoodnetwork-dev ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
There was a problem hiding this comment.
Pull request overview
Reverts the premature merge of PR #4276 by removing the Community Portal “event reschedule” UI wiring (routes, permission, and UI entry point) and associated components/styles, returning development to its prior behavior.
Changes:
- Removed the
rescheduleEventroute permission and removed the corresponding Community Portal routes/imports. - Removed the Reschedule UI components (
RescheduleEvent,ReschedulePoll) and their CSS module. - Removed the “Reschedule” button/navigation from the Community Portal Activity List; includes minor formatting-only changes in config/import comments.
Reviewed changes
Copilot reviewed 6 out of 8 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/utils/routePermissions.js | Removes rescheduleEvent from the projects permission list. |
| src/store.js | Normalizes spacing in the redux-persist storage import comment. |
| src/routes.jsx | Removes imports and route registrations for the reschedule pages. |
| src/components/CommunityPortal/Activities/ReschedulePoll.jsx | Deletes the reschedule poll page implementation. |
| src/components/CommunityPortal/Activities/RescheduleEvent.module.css | Deletes styling used by the reschedule pages. |
| src/components/CommunityPortal/Activities/RescheduleEvent.jsx | Deletes the reschedule modal/page implementation. |
| src/components/CommunityPortal/Activities/ActivityList.jsx | Removes reschedule navigation logic and the “Reschedule” button from activity items. |
| .eslintrc.json | Formatting-only indentation normalization. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Reverts commit 0a810f7 which merged PR #4276 into development. The merge was done prematurely — we only wanted to make the PR merge-ready, not actually merge it.