#191 – Ability to remove comments
#123 – Make versions display new-old
#100 – FaxTrack Events
#92 – Make archived content not display on home
#77 – Duplicated content goes to comments
#60 – Repeats
#45 – Activity section
#24 – Webhook usage for comments
#22 – Blocked terms for API
#21 – Adjust title for issues and feedback
#16 – Edit projects
#15 – Scroll bar
#14 – Add buttons to blank pages
#13 – See Discord ID
#12 – Acivity
#11 – Wildcards
#10 – Add 'view' button function
#9 – Discord Webhooks
#5 – Rate limits
#1 – Add .gif files to attachments display

Repeats

By PlutoTheDev |

Details

  • Status: Solved

  • Labels: None

  • Fix Version: 1.3

Description

Add a function to check if an error has already been reported for the version it's being reported for. Then it won't create numerous of one error, only one will be reported.

Activity

By PlutoTheDev |

Example:

connection.query(`SELECT * FROM issues WHERE description = '${description?.replace(/'/gi, "''")}' AND versions = '${versions}';`, function(err, foundIssue) {
                        if (foundIssue?.length) return res.status(201).send(`/projects/${projectResult[0].urlId}/issues?id=${foundIssue[0].id}`);


Login to comment

People

  • Assignee: Unassigned

  • Reporter: PlutoTheDev

  • Upvotes: 1

Dates

  • Created:

  • Updated: N/A

  • Resolved: