Zope Factory products are not redistributable

Bug #142586 reported by Bug Importer
0
Affects Status Importance Assigned to Milestone
Zope 2
Won't Fix
Medium
Unassigned

Bug Description

Redistributable products must not have product.__dict__['manage_options'] present. However, this is assigned during initializeProduct.

*** Product.py.bak Mon Jun 2 00:15:12 2003
--- Product.py Mon Jun 2 00:14:52 2003
***************
*** 555,561 ****
          if option.get('label') == 'Refresh':
              found = 1
              break
! if not found:
          product.manage_options = product.manage_options + (
              {'label':'Refresh', 'action':'manage_refresh',
               'help': ('OFSP','Product_Refresh.stx')},)
--- 555,561 ----
          if option.get('label') == 'Refresh':
              found = 1
              break
! if not found and disable_distribution: # CGT
          product.manage_options = product.manage_options + (
              {'label':'Refresh', 'action':'manage_refresh',
               'help': ('OFSP','Product_Refresh.stx')},)

Revision history for this message
Hanno Schlichting (hannosch) wrote :

Zope Factory products aren't part of current Zope2 anymore.

Changed in zope2:
status: New → Won't Fix
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.