From 09b21d0180c2ea23c7dd0b6611d26a4af184a56d Mon Sep 17 00:00:00 2001 From: mark Date: Tue, 29 Dec 2009 01:00:48 +0000 Subject: Add Browse attachments ACL (RT#4964) --- FS/FS/AccessRight.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'FS') diff --git a/FS/FS/AccessRight.pm b/FS/FS/AccessRight.pm index 44235b113..46e740cc1 100644 --- a/FS/FS/AccessRight.pm +++ b/FS/FS/AccessRight.pm @@ -206,7 +206,8 @@ tie my %rights, 'Tie::IxHash', 'Customer note and attachment rights' => [ 'Add customer note', #NEW 'Edit customer note', #NEW - 'View attachments', + 'View attachments', #NEW + 'Browse attachments', #NEW 'Download attachment', #NEW 'Add attachment', #NEW 'Edit attachment', #NEW -- cgit v1.2.1