Skip to content

Commit

Permalink
Revert "Revert "Revert "Revert "Revert "Revert "chore: disable test f…
Browse files Browse the repository at this point in the history
…eatures temporarily before release""""""

This reverts commit af9753f.
  • Loading branch information
vesameskanen committed Apr 16, 2024
1 parent 55caa2f commit 41d609a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/configurations/config.hsl.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export default {
showHSLTracking: false,
allowLogin: true,
allowFavouritesFromLocalstorage: !process.env.OIDC_CLIENT_ID,
loginAnalyticsEventName: 'user-hsl-id',
loginAnalyticsEventName: undefined, // 'user-hsl-id',
loginAnalyticsKey: 'hsl-id',

nearbyRoutes: {
Expand Down
6 changes: 3 additions & 3 deletions app/configurations/config.jyvaskyla.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,10 +161,10 @@ export default configMerger(walttiConfig, {
4: 'D',
},

showTicketInformation: true,
useTicketIcons: true,
showTicketInformation: false,
ticketLink: 'https://linkki.jyvaskyla.fi/liput-ja-hinnat',
showTicketPrice: true,
showTicketPrice: false,

ticketPurchaseLink: function purchaseTicketLink(fare) {
const fareId = fare.fareProducts[0].product.id;
Expand Down Expand Up @@ -217,5 +217,5 @@ export default configMerger(walttiConfig, {
itinerary: true,
},
// Notice! Turning on this setting forces the search for car routes (for the CO2 comparison only).
showCO2InItinerarySummary: true,
showCO2InItinerarySummary: false,
});

0 comments on commit 41d609a

Please sign in to comment.