avatar brianteeman
brianteeman
25 Apr 2015

Looks like we have the problem with multiple records for individual issues again in the CMS tracker

avatar brianteeman brianteeman - open - 25 Apr 2015
avatar mbabker
mbabker - comment - 25 Apr 2015

The only one I've chased so far is joomla/joomla-cms#6816 and I don't see any record of it getting duplicated via the webhook logs. But the description uses our template so it seems it was submitted via the app and potentially saved twice (once added by hook and once added by the app).

One way around this would be a unique index on the #__issues table as it should enforce at the database level a single record for each issue within a project.

ALTER TABLE `#__issues` ADD UNIQUE `issue_project_index`(`issue_number`, `project_id`);
avatar b2z
b2z - comment - 30 Apr 2015

Let's try it?

avatar b2z b2z - change - 30 May 2015
Status New Closed
Closed_Date 0000-00-00 00:00:00 2015-05-30 21:36:41
Closed_By b2z
Build . master
avatar b2z b2z - close - 30 May 2015

Add a Comment

Login with GitHub to post a comment