[CMF-checkins] CVS: CMF/DCWorkflow - utils.py:1.7

Shane Hathaway shane at zope.com
Mon Jan 19 12:14:03 EST 2004


Update of /cvs-repository/CMF/DCWorkflow
In directory cvs.zope.org:/tmp/cvs-serv19508

Modified Files:
	utils.py 
Log Message:
Clarified that group mappings depend on context.  This is a mechanism for implementing "placeful" groups.


=== CMF/DCWorkflow/utils.py 1.6 => 1.7 ===
--- CMF/DCWorkflow/utils.py:1.6	Thu Jan 15 15:52:06 2004
+++ CMF/DCWorkflow/utils.py	Mon Jan 19 12:14:02 2004
@@ -99,8 +99,8 @@
 def modifyExpandedGroups(ob, group, grant_roles, managed_roles):
     """Modifies local roles for a group.
 
-    The group may expand into multiple groups as defined by an
-    aggregated group mapping.
+    The group may expand into multiple groups as defined by a
+    context-sensitive aggregated group mapping.
     """
     groups = [group]
     if hasattr(ob, "__group_mapping__"):




More information about the CMF-checkins mailing list