From 2eb340983fc948bd6b7ccdcf089112a6cf9166a6 Mon Sep 17 00:00:00 2001 From: Ivan Tyagov <ivan@nexedi.com> Date: Thu, 15 Feb 2007 13:42:00 +0000 Subject: [PATCH] Fix script name (API changed in r12699). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12726 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5Type/dtml/editToolsRoles.dtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product/ERP5Type/dtml/editToolsRoles.dtml b/product/ERP5Type/dtml/editToolsRoles.dtml index 12f069c97b..f7a3a16cbb 100644 --- a/product/ERP5Type/dtml/editToolsRoles.dtml +++ b/product/ERP5Type/dtml/editToolsRoles.dtml @@ -262,7 +262,7 @@ Add a role Click the button below to update the role settings of all objects with this portal type. -<form action="updateRoleMappings" method="GET"> +<form action="updateRoleMapping" method="GET"> <input type="submit" name="submit" value="Update role settings" /> </form> </p> -- 2.30.9