Commit d16b9395 authored by Mohamadou Mbengue's avatar Mohamadou Mbengue

2010-06-23 mohamadou

* use ERP5Type_getSecurityCategoryFromAssignmentParentGroup to generate function_group* group of security

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36561 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9347b1bf
......@@ -61,7 +61,7 @@ return (\n
(\'ERP5Type_getSecurityCategoryFromAssignmentStrict\', [\'destination\', \'function\', \'publication_section\', ] ),\n
# This one is the usual group and function security\n
(\'ERP5Type_getSecurityCategoryFromAssignmentStrict\', [\'function\', \'group\',] ),\n
(\'ERP5Type_getSecurityCategoryFromAssignmentParent\', [\'function\', \'group\', ]),\n
(\'ERP5Type_getSecurityCategoryFromAssignmentParentGroup\', [\'function\', \'group\', ]),\n
# This one is the usual group, function and site security, needed if access rights depend on site\n
(\'ERP5Type_getSecurityCategoryFromAssignmentStrict\', [\'function\', \'group\', \'site\'] ),\n
# This one is the usual group security\n
......
2010-06-23 mohamadou
* use ERP5Type_getSecurityCategoryFromAssignmentParentGroup to generate function_group* group of security
2010-06-23 mohamadou
* use role_name_list instead of role_name in procedure role information definition
2010-06-23 mayoro
* modify ERP5Site_getQuickSearchableTypeList to allow processing anonymous and not anonymous procedure
* after login redirect in desired default page (default view)
......
613
\ No newline at end of file
617
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment