[CMF-checkins] CVS: CMF/CMFDefault/skins/zpt_generic - folder_localrole_form.pt:1.4

Chris McDonough chrism@zope.com
Thu, 17 Oct 2002 15:39:07 -0400


Update of /cvs-repository/CMF/CMFDefault/skins/zpt_generic
In directory cvs.zope.org:/tmp/cvs-serv16445/CMFDefault/skins/zpt_generic

Modified Files:
	folder_localrole_form.pt 
Log Message:
    - Multimodule checkin to convert calls from user.getUserName() to
      user.getId() where appropriate.  User names should not be used
      as immutable references, while user ids should.  The distinction
      is not clearly enforcd in the stock user folder or any current user
      folder implementations, but newer user folder implementations
      will rely upon it.



=== CMF/CMFDefault/skins/zpt_generic/folder_localrole_form.pt 1.3 => 1.4 ===
--- CMF/CMFDefault/skins/zpt_generic/folder_localrole_form.pt:1.3	Tue Apr  2 19:10:34 2002
+++ CMF/CMFDefault/skins/zpt_generic/folder_localrole_form.pt	Thu Oct 17 15:38:36 2002
@@ -153,7 +153,7 @@
  <tr tal:define="user_name python: role_tuple[0];
                  roles python: role_tuple[1];
                  auth mtool/getAuthenticatedMember;
-                 auth_name auth/getUserName;
+                 auth_name auth/getId;
                 "
  >
   <td width="16">