Skip to content

Instantly share code, notes, and snippets.

View ccjjmartin's full-sized avatar

Chris Martin ccjjmartin

View GitHub Profile
@ccjjmartin
ccjjmartin / gist:19302ddba6c505af2158cf4109a43044
Created August 23, 2017 17:53
Panopoly Core Views Exposed Sorts Patch
diff --git a/panopoly_core.make b/panopoly_core.make
index 228f351..c0c48cd 100644
--- a/panopoly_core.make
+++ b/panopoly_core.make
@@ -36,7 +36,7 @@ projects[fape][subdir] = contrib
projects[views][version] = 3.15
projects[views][subdir] = contrib
-projects[views][patch][2037469] = http://drupal.org/files/views-exposed-sorts-2037469-1.patch
+projects[views][patch][2037469] = https://www.drupal.org/files/issues/views-exposed-sorts-2037469-20.patch
diff --git a/composer.json b/composer.json
index 65710c2..9d8535f 100644
--- a/composer.json
+++ b/composer.json
@@ -17,7 +17,13 @@
},
"license": "GPL-2.0+",
"minimum-stability": "dev",
+ "repositories": [
+ {