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
This commit is contained in:
Marton Kiss 2015-04-03 11:42:06 +02:00
parent 1f985c7cc7
commit 7df37fdc92

View File

@ -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"