Ticket #1737 (new defect)

Opened 2 years ago

Last modified 2 years ago

bug in cpsskins_cps3/cpsskins_lib.pt

Reported by: jschmitz Assigned to: jmorliaguet
Priority: P2 Milestone:
Component: CPSSkins Version: 3.4.2
Severity: major Keywords:
Cc:

Description

line 5 is missing the options=options it musst be:

<div tal:define="rendered python: content.render_cache(options=options,shield=shield, context_obj=here, enable_esi=enable_esi, boxedit=boxedit, template=template);


Change History

09/02/06 14:45:49 changed by jmorliaguet

Hi!

can you explain what doesn't work if the keywords arguments are not passed?

if you write

<tal:block content="options" />

in cpsskins_cps3/cpsskins_lib.pt

you will see that the list of arguments is empty all the time except in the theme editor mode, and in that case they are not needed because the actual content of slots is not drawn in this mode.

what is the test case basically?