Ticket #5352 (closed Feature Request: fixed)

Opened 6 years ago

Last modified 6 years ago

folder_localrole_delete +deleteLocalRoles + speed it um with reindex=0

Reported by: hoka Owned by: wichert
Priority: minor Milestone: 2.5
Component: Users/Groups Keywords:
Cc:

Description

CMFPlone -> skins -> plone_form_scipts -> folder_localrole_delete

if there is no reindex=0, and reindex the object security after deletiong local roles, and you delete 2 local_roles from two diffrent members you will have a reindexing of the object tree twice. Otherwise collect the local roles in another way to give it all down as list.

Another Problem is if you give a high level folder a new local role it can take a very long time to reindex the security if you have a large count of objects...

Change History

comment:1 Changed 6 years ago by hannosch

  • Owner changed from limi to wichert
  • Component changed from Usability/Accessibility to Users/Groups

comment:2 Changed 6 years ago by wichert

  • Status changed from new to closed
  • Resolution set to fixed

(In [9546]) Modify local role addition and removal scripts to only reindex object security once. fixes #5352

comment:3 Changed 6 years ago by wichert

  • Milestone changed from 2.1.x to 2.5
Note: See TracTickets for help on using tickets.