diff options
| author | mark <mark> | 2009-12-29 01:00:48 +0000 | 
|---|---|---|
| committer | mark <mark> | 2009-12-29 01:00:48 +0000 | 
| commit | 09b21d0180c2ea23c7dd0b6611d26a4af184a56d (patch) | |
| tree | 1884bc83b2c2a6ca9051f826adf1837a79ac1a45 /FS | |
| parent | b249b6d799647050468ead9cfcbd1e5ebbb026cc (diff) | |
Add Browse attachments ACL (RT#4964)
Diffstat (limited to 'FS')
| -rw-r--r-- | FS/FS/AccessRight.pm | 3 | 
1 files changed, 2 insertions, 1 deletions
| 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 | 
