Skip to content

Commit

Permalink
Merge pull request #3870 from ushahidi/rowasc-hdx-off
Browse files Browse the repository at this point in the history
feature flag: Disable HDX until we fix the bugs found in QA
  • Loading branch information
tuxpiper authored Mar 9, 2020
2 parents 16d5b85 + faa6c33 commit d0d3325
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App/Repository/Config/features.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,12 @@
// Enable or disable HXL export to HDX
// We will need a new 'hxl-download' flag when we do the HXL downloads for P1
'hxl' => [
'enabled' => true,
'enabled' => false,
],

// Enable or disable User Settings feature
'user-settings' => [
'enabled' => true,
'enabled' => false,
],

// Enable or disable the Anonymisation of Reporters
Expand Down

0 comments on commit d0d3325

Please sign in to comment.