While debugging, I came to the following line:
Which passes None to validate instead of the name variable that is used at line 301.
@dataflake @icemac Do you see a reason for not passing the actual nameto that validate call ?
All other calls in restrictedTraverse (except 1) do pass the available namevariable.
While debugging, I came to the following line:
Zope/src/OFS/Traversable.py
Line 315 in b507c39
Which passes
Nonetovalidateinstead of thenamevariable that is used at line 301.@dataflake @icemac Do you see a reason for not passing the actual
nameto thatvalidatecall ?All other calls in
restrictedTraverse(except 1) do pass the availablenamevariable.