[Rt-commit] [rtir] 05/08: Grant DutyTeam ShowArticlesMenu

Kevin Falcone falcone at bestpractical.com
Fri Apr 18 21:20:54 EDT 2014


This is an automated email from the git hooks/post-receive script.

falcone pushed a commit to branch 3.2/test-fixes
in repository rtir.

commit 51b3f1e89ef69671ad6867f37afb9aa98e147d0e
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Fri Apr 18 16:05:56 2014 -0400

    Grant DutyTeam ShowArticlesMenu
    
    Upgrades of RT will grant this to Privileged to keep back compat.  RTIR
    should hand it to the DutyTeam otherwise the other Article rights aren't
    as helpful.
---
 etc/initialdata | 1 +
 1 file changed, 1 insertion(+)

diff --git a/etc/initialdata b/etc/initialdata
index 8f0fc7c..700c1bc 100644
--- a/etc/initialdata
+++ b/etc/initialdata
@@ -680,6 +680,7 @@ for my $cf (@CustomFields) {
       for qw/SeeCustomField ModifyCustomField/;
     $group->PrincipalObj->GrantRight( Right => $_, Object => $class )
       for qw/AdminClass AdminTopics CreateArticle ModifyArticle ModifyArticleTopics SeeClass ShowArticle ShowArticleHistory DeleteArticle/;
+    $group->PrincipalObj->GrantRight( Right => ShowArticlesMenu, Object => RT->System );
 
 } );
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the rt-commit mailing list