Fix country dashboard sharing: restrict access to project users/groups#580
Closed
Ramon-Jimenez wants to merge 24 commits intodevelopmentfrom
Closed
Fix country dashboard sharing: restrict access to project users/groups#580Ramon-Jimenez wants to merge 24 commits intodevelopmentfrom
Ramon-Jimenez wants to merge 24 commits intodevelopmentfrom
Conversation
…m/EyeSeeTea/data-management-app into feature/new-dashboard-logic-869cfc51u
…for dataentry v42
…ad of public Country dashboards were set to public read+write access (rw------), allowing any user to see all country dashboards regardless of their project assignments. Now sharing is restricted to the aggregated users and user groups from all projects within the country, matching the pattern already used by project dashboards. Adds migration 10 to regenerate all existing country dashboards with the corrected sharing settings. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
BundleMonNo change in files bundle size Groups updated (1)
Final result: ✅ View report in BundleMon website ➡️ |
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.
Summary
rw------), allowing any logged-in user to see and edit all country dashboards regardless of their project assignments.CountryDashboard.getSharing()to setpublic: "--------"and restrict access to the aggregated users and user groups from all projects within that country — matching the pattern already used by project dashboards viaProjectSharing.Test plan
🤖 Generated with Claude Code