Issue148

Title Chameleon does not pass on repeat variables to fill-slot snippets
Priority bug Status unread
Superseder Nosy List do3cc
Assigned To Topics

Created on 2010-05-31.09:34:14 by do3cc, last changed 2010-05-31.09:43:38 by do3cc.

Files
File name Uploaded Type Edit Remove
bug.diff do3cc, 2010-05-31.09:34:14 text/x-patch
Messages
msg411 (view) Author: do3cc Date: 2010-05-31.09:34:14
This issue was found while using chameleon with plone.
There, folders have a folder_tabular_view, that uses a macro, and contains
fill-slot snippets that try to access the repeat variable from the macro.
That fails, debugging showed, that the repeat var is totally empty.
Assuming that code is specification and that this does not fail with zope stock
zpt implementation, I believe this to be a bug.
I attached a diff agains Chameleon that modifies an existing doctest, to trigger
the problematic behaviour.
History
Date User Action Args
2010-05-31 09:43:38 do3cc set title: Chamelopn does not pass on repeat variables to fill-slot snippets -> Chameleon does not pass on repeat variables to fill-slot snippets
2010-05-31 09:34:14 do3cc create