Ticket #4345 (closed Bug: fixed)

Opened 7 years ago

MembershipTool.createMemberArea does not honour memberareaCreationFlag

Reported by: Anonymous User Owned by:
Priority: major Milestone: 2.1
Component: Infrastructure Version:
Severity: Keywords:
Cc:

Description

createMemberArea should have the following code first (like CMFCore's version does)

if not self.getMemberareaCreationFlag():

return None

Otherwise, it's not possible to stop member folders being created with the tool's toggle.

Change History

comment:1 Changed 7 years ago by optilude

Sounds serious. Strange that we don't have a failing tests for this, though. Thanks for the fix, should be easy.

comment:2 Changed 7 years ago by alecm

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

Fixed in svn.

Note: See TracTickets for help on using tickets.