Revert "no bug - Show Bounty Attachments to the Bug Reporter" - #2761
Merged
Merged
Conversation
This reverts commit 4ad97d0.
There was a problem hiding this comment.
Copilot review overview
🟢 Approval recommended
The reverted visibility policy is applied consistently across data retrieval and both attachment interfaces.
Review effort: Balanced
Findings: None
What changed in this PR
Reverts bounty-specific access for bug reporters, restoring standard private-attachment visibility rules.
Changes:
- Limits private attachments to insiders or submitters.
- Restores the prior bounty edit-link rendering.
- Removes obsolete synchronization guidance.
| File | Description |
|---|---|
template/en/default/attachment/list.html.tmpl |
Restores standard private-attachment filtering. |
extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl |
Updates attachment counts to match restored visibility. |
extensions/BugModal/template/en/default/bug_modal/attachments.html.tmpl |
Hides private bounty attachments from reporters. |
extensions/BMO/template/en/default/hook/bug_modal/attachments-row.html.tmpl |
Restores bounty edit-link rendering. |
extensions/BMO/Extension.pm |
Removes an obsolete synchronization comment. |
Bugzilla/Attachment.pm |
Removes reporter access at the data-query layer. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
dklawren
approved these changes
Sep 24, 2026
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.
This reverts commit 4ad97d0.
/cc @tomrittervg