]> git.openstreetmap.org Git - chef.git/commitdiff
add qfsessionwarning CiviCRM extension
authormichael spreng <code@m.spreng.ch>
Wed, 26 Jun 2024 08:05:21 +0000 (10:05 +0200)
committerGrant <github@firefishy.com>
Wed, 26 Jun 2024 12:18:34 +0000 (13:18 +0100)
qfsessionwarning Alerts the user about expired session cookies,
for example if a user walks away from a contribution page and comes back later
Also reduces messages in the log.

cookbooks/civicrm/attributes/default.rb

index 02a675e31481f68edc58c8c54398da9a54502f8e..f06407cf25270b49b50d2ed3ac9e23ccd594076b 100644 (file)
@@ -86,3 +86,10 @@ default[:civicrm][:extensions][:sweetalert][:revision] = "1.6"
 default[:civicrm][:extensions][:firewall][:name] = "org.civicrm.firewall"
 default[:civicrm][:extensions][:firewall][:repository] = "https://lab.civicrm.org/extensions/firewall.git"
 default[:civicrm][:extensions][:firewall][:revision] = "1.5.10"
+
+# qfsessionwarning Alerts the user about expired session cookies,
+# for example if a user walks away from a contribution page and comes back later
+# Also reduces messages in the log.
+default[:civicrm][:extensions][:qfsessionwarning][:name] = "org.civicrm.qfsessionwarning"
+default[:civicrm][:extensions][:qfsessionwarning][:repository] = "https://lab.civicrm.org/extensions/qfsessionwarning.git"
+default[:civicrm][:extensions][:qfsessionwarning][:revision] = "1.3"