summaryrefslogtreecommitdiff
path: root/FS/FS
diff options
context:
space:
mode:
authormark <mark>2009-12-29 01:00:30 +0000
committermark <mark>2009-12-29 01:00:30 +0000
commitc5f947898b0220efadbcbd9eab71033dfcaa7bbe (patch)
treee078669e365c4e705967fde3bd3ced47b849d89e /FS/FS
parent2d7a236d9e0c3a30193d8b115ea9b3ce22ce7444 (diff)
Add Browse attachments ACL (RT#4964)
Diffstat (limited to 'FS/FS')
-rw-r--r--FS/FS/AccessRight.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/FS/FS/AccessRight.pm b/FS/FS/AccessRight.pm
index 8e771a9c0..ec0cce53b 100644
--- a/FS/FS/AccessRight.pm
+++ b/FS/FS/AccessRight.pm
@@ -220,7 +220,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