From: jeff Date: Wed, 18 Jul 2007 03:24:25 +0000 (+0000) Subject: svc_acct.dir should be editable with ACL (#1730) X-Git-Tag: TRIXBOX_2_6~452 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=53d68b31e5ec07704c53829548c537bac03b8894;p=freeside.git svc_acct.dir should be editable with ACL (#1730) --- diff --git a/FS/FS/AccessRight.pm b/FS/FS/AccessRight.pm index 7a8bfc2c4..de3423a49 100644 --- a/FS/FS/AccessRight.pm +++ b/FS/FS/AccessRight.pm @@ -117,6 +117,7 @@ assigned to users and/or groups. # customer service rights ### 'Edit usage', #NEW + 'Edit home dir', #NEW 'Edit www config', #NEW 'View customer services', #NEW 'Provision customer service', diff --git a/httemplate/edit/svc_acct.cgi b/httemplate/edit/svc_acct.cgi index e0610b22f..d4adbc9e5 100755 --- a/httemplate/edit/svc_acct.cgi +++ b/httemplate/edit/svc_acct.cgi @@ -326,10 +326,22 @@ Service # <% $svcnum ? "$svcnum" : " (NEW)" %>
% } - +% +%#dir +%if ( $part_svc->part_svc_column('dir')->columnflag eq 'F' +% || !$curuser->access_right('Edit home dir') +% ) { +% } else { + + + + Home directory + + +% } % %#shell %my $shell = $svc_acct->shell;