[Rt-commit] r12922 - in rt/branches/3.8-TESTING: .

alexmv at bestpractical.com alexmv at bestpractical.com
Thu Jun 5 12:55:10 EDT 2008


Author: alexmv
Date: Thu Jun  5 12:55:09 2008
New Revision: 12922

Modified:
   rt/branches/3.8-TESTING/   (props changed)
   rt/branches/3.8-TESTING/share/html/REST/1.0/Forms/user/default

Log:
 r32586 at kohr-ah:  chmrr | 2008-06-05 12:54:56 -0400
 RT-Ticket: 7223
 RT-Status: resolved
 RT-Update: comment
 
  * Add Privileged and Disabled properties to users in REST interface
 


Modified: rt/branches/3.8-TESTING/share/html/REST/1.0/Forms/user/default
==============================================================================
--- rt/branches/3.8-TESTING/share/html/REST/1.0/Forms/user/default	(original)
+++ rt/branches/3.8-TESTING/share/html/REST/1.0/Forms/user/default	Thu Jun  5 12:55:09 2008
@@ -61,7 +61,7 @@
                 State Zip Country HomePhone WorkPhone MobilePhone PagerPhone
                 FreeformContactInfo Comments Signature Lang EmailEncoding
                 WebEncoding ExternalContactInfoId ContactInfoSystem
-                ExternalAuthId AuthSystem);
+                ExternalAuthId AuthSystem Privileged Disabled);
 my %fields = map { lc $_ => $_ } @fields;
 
 if ($id ne 'new') {


More information about the Rt-commit mailing list