[rt-devel] Infos for staff about requestors

Senoner Samuel Samuel.Senoner at eurac.edu
Fri Apr 2 11:10:22 EST 2004


Sorry, missed something, for me comment was more important than work phone, here the new diff:

--- User_Overlay.pm.bak 2004-04-01 18:18:28.000000000 +0200
+++ User_Overlay.pm     2004-04-02 18:48:15.000000000 +0200
@@ -68,7 +68,7 @@
         Password =>
                 { write => 1, type => 'varchar(40)', default => ''},
         Comments =>
-                {read => 1, write => 1, admin => 1, type => 'blob', default => ''},
+                {read => 1, write => 1, public => 1, admin => 1, type => 'blob', default => ''},
         Signature =>
                 {read => 1, write => 1, type => 'blob', default => ''},
         EmailAddress =>
@@ -104,7 +104,7 @@
         HomePhone =>
                 {read => 1, write => 1, type => 'varchar(30)', default => ''},
         WorkPhone =>
-                {read => 1, write => 1, type => 'varchar(30)', default => ''},
+                {read => 1, write => 1, public => 1, type => 'varchar(30)', default => ''},
         MobilePhone =>
                 {read => 1, write => 1, type => 'varchar(30)', default => ''},
         PagerPhone =>

Thanks Ruslan!

Samuel 



More information about the Rt-devel mailing list