diff --git a/package.json b/package.json index e0b8913e7..04063f0de 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "this is part of the deployment proess, so it is important to update the version number", "version name corresponds to the github release name / tag name - https://github.com/Midburn/Spark/releases" ], - "version": "2.10.1", + "version": "2.10.2", "private": true, "scripts": { "postinstall": "bower install", diff --git a/scripts/drupal_ticket_sync.js b/scripts/drupal_ticket_sync.js index 71e4afe71..19644ab91 100644 --- a/scripts/drupal_ticket_sync.js +++ b/scripts/drupal_ticket_sync.js @@ -11,7 +11,7 @@ var log = require('../libs/logger')(module); var User = require('../models/user.js').User; var Ticket = require('../models/ticket.js').Ticket; -const TICKETS_TYPE_IDS = [39, 40, 41, 43, 44, 45, 46, 49, 50, 51, 52]; +const TICKETS_TYPE_IDS = [49, 50, 51, 52]; const STATUS_COMPLETED = 'Completed'; const EVENT_ID = "SANDBOX2017";