#0645 unable to edit issue tacker properties in the ZMI
An error occured when I tried to edit the properties tab in the ZMI
--------------------------------------------------
Error type: AttributeError
Error value: attachedFile_2
Traceback (innermost last):
Module ZPublisher.Publish, line 101, in publish
Module ZPublisher.mapply, line 88, in mapply
Module ZPublisher.Publish, line 39, in call_object
Module Shared.DC.Scripts.Bindings, line 306, in __call__
Module Shared.DC.Scripts.Bindings, line 343, in _bindAndExec
Module Products.CheckoutableTemplates.CTFiles, line 265, in _exec
Module App.special_dtml, line 175, in _exec
Module DocumentTemplate.DT_With, line 76, in render
Module DocumentTemplate.DT_Let, line 75, in render
Module DocumentTemplate.DT_Util, line 198, in eval
- __traceback_info__: manage_findPotentialBrothers
Module <string>, line 0, in ?
Module Products.IssueTrackerProduct.IssueTracker, line 1067, in manage_findPotentialBrothers
Module Products.IssueTrackerProduct.IssueTracker, line 1094, in _getPotentialBrothers
Module Products.IssueTrackerProduct.IssueTracker, line 1094, in _getPotentialBrothers
Module Products.IssueTrackerProduct.IssueTracker, line 1094, in _getPotentialBrothers
Module Products.IssueTrackerProduct.IssueTracker, line 1077, in _getPotentialBrothers
Module OFS.ObjectManager, line 357, in objectValues
Module OFS.ObjectManager, line 244, in _getOb
AttributeError: attachedFile_2
2 years and 6 months and 2 weeks old
Any idea what attachedFile_2 is?
Can you figure out what's on line 1094 and line 1077 in your IssueTracker.py since it's different from my latest version now.