Pylons / pyramid_layout

Pyramid add-on for managing UI layouts.
Other
24 stars 26 forks source link

Also accept False and None as context for panels #23

Closed mrijken closed 10 years ago

mrijken commented 10 years ago

When we have a code fragment like panel(context=False) the right panel with panel_config(context=bool) is never lookup. This can be easily changed.

chrisrossi commented 10 years ago

@mrijken Can you add a test that fails without the patch?

chrisrossi commented 10 years ago

Thanks for the patch!