From d22d07eda3f7389e998de706c4df5f6a2c81b233 Mon Sep 17 00:00:00 2001 From: Yoshinori Okuji <yo@nexedi.com> Date: Wed, 8 Sep 2004 12:44:51 +0000 Subject: [PATCH] Renamed from AssignLocalRole.py to Base_assignLocalRole.py. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1519 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../{AssignLocalRole.py => Base_assignLocalRole.py} | 9 +++++++++ 1 file changed, 9 insertions(+) rename product/ERP5/skins/erp5_core/{AssignLocalRole.py => Base_assignLocalRole.py} (79%) diff --git a/product/ERP5/skins/erp5_core/AssignLocalRole.py b/product/ERP5/skins/erp5_core/Base_assignLocalRole.py similarity index 79% rename from product/ERP5/skins/erp5_core/AssignLocalRole.py rename to product/ERP5/skins/erp5_core/Base_assignLocalRole.py index ab96afb8f5..b50f5c9bdc 100755 --- a/product/ERP5/skins/erp5_core/AssignLocalRole.py +++ b/product/ERP5/skins/erp5_core/Base_assignLocalRole.py @@ -1,3 +1,12 @@ +## Script (Python) "Base_assignLocalRole" +##bind container=container +##bind context=context +##bind namespace= +##bind script=script +##bind subpath=traverse_subpath +##parameters= +##title= +## # Assign to each user in the user_list all # roles inside role_list. By the same time, # we ensure that nobody else have one of -- 2.30.9