Skip to content

Commit

Permalink
Merge pull request #551 from Midburn/current_event_view
Browse files Browse the repository at this point in the history
Setting real dates for pre sale
  • Loading branch information
guyzohar1 authored Jan 6, 2018
2 parents 32ac83c + 882e23d commit 14b0894
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions models/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,13 +126,13 @@ module.exports = {
// -- system constant --
// note: Future release will change the event_id
// TODO We should not use this constant. We need to implement a mechanism that will allow the user to change the current event from the UI, therefore we can't rely on constant!
DEFAULT_EVENT_ID: 'MIDBURN2018',
DEFAULT_EVENT_ID: 'MIDBURN2017',

//TODO move this to jsoninfo inside events table
//TODO also fix event.js method to extract the data
//currently the method first returns the constants if exists and only if not it will search the DB
PRESALE_TICKETS_START_DATE: "2017-12-14",
PRESALE_TICKETS_END_DATE: "2017-12-31",
PRESALE_TICKETS_START_DATE: "2018-01-06",
PRESALE_TICKETS_END_DATE: "2018-01-11 18:00:00",
events,

// -- table names --
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.9",
"version": "2.10.10",
"private": true,
"scripts": {
"postinstall": "bower install",
Expand Down

0 comments on commit 14b0894

Please sign in to comment.