-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dev Response Phase Fixed to Follow Template (#171)
* Fixed Parsing From Comment for Dev Response Team Response phase now takes the data from the comment (following the template) instead of the description itself. TODO: Ensure that updates to the Dev Response (Either new or editing) both correctly gets updated to the comment instead of the description. * Temp Commit Attempting to replicate a weird bug where the output emitter from new-team-response-component.ts is not triggering the function to update the issueComment that is necesary to allow editing of a new comment. * Fixed Comment Updates TeamResponse now relies on the IssueComment to store the Team's Response. * Lint Fixes * Nit Fixes * Fixed issue where Duplicates were not displayed. Duplicates now display correctly when assigned to an edited / new issue. Also noticed an issue whereby the latest comment of an issue is not fetched (needed to work in the case where a new issue is assigned a duplicate and the duplicate is then removed.) So added the functionality to retrieve the most recent comment that matches the required template. * Fixed issue where duplicate disappears upon edit.
- Loading branch information
Showing
7 changed files
with
129 additions
and
33 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
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
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