diff options
| author | Christopher Burger <burgerc@freeside.biz> | 2017-08-02 11:44:08 -0400 |
|---|---|---|
| committer | Christopher Burger <burgerc@freeside.biz> | 2017-08-16 11:56:33 -0400 |
| commit | 2f455001bfc3c9e82d8147722fd44a4ffea80963 (patch) | |
| tree | 3e56982faa21bdae26ed730c788abd21f6368efe /FS | |
| parent | 403aa327f1b10b37dcac39f6cf6ab1f89dcef7f6 (diff) | |
RT# 73490 - updated group access right with better name, and set one time migration to update all groups.
Diffstat (limited to 'FS')
| -rw-r--r-- | FS/FS/AccessRight.pm | 2 | ||||
| -rw-r--r-- | FS/FS/access_right.pm | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/FS/FS/AccessRight.pm b/FS/FS/AccessRight.pm index 301544fca..8a81089f6 100644 --- a/FS/FS/AccessRight.pm +++ b/FS/FS/AccessRight.pm @@ -363,7 +363,7 @@ tie my %rights, 'Tie::IxHash', #] #'RT preference rights' => [ - { rightname=>'not an RT' }, + { rightname=>'RT activity notification' }, #] ], diff --git a/FS/FS/access_right.pm b/FS/FS/access_right.pm index 024166d75..309d12e3e 100644 --- a/FS/FS/access_right.pm +++ b/FS/FS/access_right.pm @@ -255,6 +255,7 @@ sub _upgrade_data { # class method 'Unvoid credit' => 'Unvoid credit', 'Add on-the-fly void credit reason' => 'Add on-the-fly void credit reason', '_ALL' => 'Employee preference telephony integration', + '_ALL' => 'RT activity notification', 'Edit customer package dates' => [ 'Change package start date', #4.x 'Change package contract end date', ], |
