diff --git a/bt5/erp5_credential/SkinTemplateItem/portal_skins/erp5_credential/CredentialRequest_closePersonAssignment.xml b/bt5/erp5_credential/SkinTemplateItem/portal_skins/erp5_credential/CredentialRequest_closePersonAssignment.xml index b5b9c79cddeb584932bceda9298e188b06d665a5..85db8014217e7e3bfa2dd43d0dbe53473e09e371 100644 --- a/bt5/erp5_credential/SkinTemplateItem/portal_skins/erp5_credential/CredentialRequest_closePersonAssignment.xml +++ b/bt5/erp5_credential/SkinTemplateItem/portal_skins/erp5_credential/CredentialRequest_closePersonAssignment.xml @@ -50,7 +50,7 @@ </item> <item> <key> <string>_body</string> </key> - <value> <string>"""Close all person assignemnt \n + <value> <string>"""Close all person assignment \n Parameters:\n role -- Role category item (List of String, default: [])\n comment -- Workflow transition comment (String, default: "")\n diff --git a/bt5/erp5_credential/SkinTemplateItem/portal_skins/erp5_credential/CredentialRequest_updatePersonAssignment.xml b/bt5/erp5_credential/SkinTemplateItem/portal_skins/erp5_credential/CredentialRequest_updatePersonAssignment.xml index 84c93efde554516d9220b05b267f17b1fc444154..ee0b963ac187a517b05bb52b95b68bf02e3daa9f 100644 --- a/bt5/erp5_credential/SkinTemplateItem/portal_skins/erp5_credential/CredentialRequest_updatePersonAssignment.xml +++ b/bt5/erp5_credential/SkinTemplateItem/portal_skins/erp5_credential/CredentialRequest_updatePersonAssignment.xml @@ -50,8 +50,8 @@ </item> <item> <key> <string>_body</string> </key> - <value> <string>"""Create an assingment for the person depending credential request configuration\n -Proxy: Assignee -- allow to update the related assignement"""\n + <value> <string>"""Create an assignment for the person depending credential request configuration\n +Proxy: Assignee -- allow to update the related assignment"""\n \n # check the script is not called from a url\n if REQUEST is not None:\n @@ -61,15 +61,14 @@ person = context.getDestinationDecisionValue(portal_type="Person")\n organisation = context.getDestinationDecisionValue(portal_type="Organisation")\n \n assignment_configuration = {}\n -#Look on current assignement\n +#Look on current assignment\n old_role_list = context.portal_categories.role.getCategoryChildLogicalPathItemList()[1:]\n #old_role_list look like [[\'title\',\'logical_path\'],]\n -old_role_list = [ category[1] for category in old_role_list]\n +old_role_list = [category[1] for category in old_role_list]\n for role in context.getRoleList():\n old_role_list.remove(role)\n - \n \n -#Close old assignement\n +#Close old assignment\n open_assignment_list = context.CredentialRequest_closePersonAssignment(old_role_list)\n \n #Initialisation\n @@ -79,7 +78,7 @@ delay = today+assignment_duration\n \n current_assignment_list = {}\n for assignment in open_assignment_list:\n - role = assignement.getRole()\n + role = assignment.getRole()\n if role in current_assignment_list:\n current_assignment_list[role].append(assignment)\n else:\n diff --git a/bt5/erp5_credential/bt/revision b/bt5/erp5_credential/bt/revision index 91a3d4243df1581626c3a06d2332405e0241720b..57065cd57b16f67df35e4b5d4d7ef5844aa9d80e 100644 --- a/bt5/erp5_credential/bt/revision +++ b/bt5/erp5_credential/bt/revision @@ -1 +1 @@ -340 \ No newline at end of file +341 \ No newline at end of file