-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(issues/feedback): allow hasAttachments to be expanded for feedba…
…ck usecase (#70102) relates to #67795 allow expansion of a new flag on an issue, `hasAttachments`, which will specify whether a group has any event attachments. we'll use this in user feedback to show a indicator when a feedback has an attachment (e.g. screenshot). context: the user feedback list shows small icon indicators when certain properties are true (e.g. `hasReplay`, `hasLinkedError`) and we want to add another one to this list: `hasAttachments` (aka `hasScreenshots`). however, the list relies on having issue data only. we don't have access to the attachments list just from the issue (we'd have to do a separate api call on the frontend to get the list of attachments which is unideal), so instead i'm adding an option to expand and directly put the `hasAttachments` property onto the issue when requested. frontend changes using this PR are here: #70109
- Loading branch information
1 parent
15da708
commit 7f2ff4c
Showing
3 changed files
with
71 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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