From 7df37fdc92874e487f985b2d38beaf5ffa214d43 Mon Sep 17 00:00:00 2001 From: Marton Kiss Date: Fri, 3 Apr 2015 11:42:06 +0200 Subject: [PATCH] Add alter hook to flags module Provide a hook to allow default flag definitions to be altered. The commons_notify_ modules are using the alter hook to enable email_xxx flags. Change-Id: Ibe7c41d002c4c50d1c288e22a15043a43dba652f --- drupal-org.make | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/drupal-org.make b/drupal-org.make index 4fcf1fc..bd198c2 100644 --- a/drupal-org.make +++ b/drupal-org.make @@ -170,6 +170,10 @@ projects[flag][version] = "2.2" ; http://drupal.org/node/1965760 projects[flag][patch][] = "https://drupal.org/files/issues/1965760.29.flag_.entity-tokens.patch" +; Provide a hook to allow default flag definitions to be altered. +; https://drupal.org/node/2027091#comment-8012263 +projects[flag][patch][] = "https://drupal.org/files/flag-default-flags-alter-hook-2027091-03.patch" + projects[flag_abuse][type] = "module" projects[flag_abuse][subdir] = "contrib" projects[flag_abuse][version] = "2.0"