From 6ff8dbfbae53ed1eeda0c2982f28ae592a3b09d5 Mon Sep 17 00:00:00 2001 From: Johan Cwiklinski Date: Mon, 13 Mar 2023 18:49:39 +0100 Subject: [PATCH] Fix myContributions route ACLs closes #1675 --- galette/includes/core_acls.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/galette/includes/core_acls.php b/galette/includes/core_acls.php index 66c8cecfc..eaef54048 100644 --- a/galette/includes/core_acls.php +++ b/galette/includes/core_acls.php @@ -7,7 +7,7 @@ * * PHP version 5 * - * Copyright © 2020 The Galette Team + * Copyright © 2020-2023 The Galette Team * * This file is part of Galette (http://galette.tuxfamily.org). * @@ -28,7 +28,7 @@ * @package Galette * * @author Johan Cwiklinski - * @copyright 2020 The Galette Team + * @copyright 2020-2023 The Galette Team * @license http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version * @link http://galette.tuxfamily.org * @since 0.9.4dev - 2020-05-10 @@ -64,6 +64,7 @@ $core_acls = [ // Contributions rules 'contributions' => 'member', 'printContribution' => 'member', + 'myContributions' => 'member', '/(.+)?contribution(.+)?/i' => 'staff', '/(.+)?transaction(.+)?/i' => 'staff', // /Contributions rules -- 2.39.2