Just got this same bug in Version 1.94.6 (2011-03-27 18:20:38)

Had to change line 18 of MYAPP/VIEWS/PLUGIN_WIKI/INDEX.HTML from:

    <td>{{=page.active and 'active' or 'inactive'}}</td>

to:

    <td>{{=page.is_active and 'active' or 'inactive'}}</td>

Cheers
KQ

On Mar 10, 9:24 am, villas <villa...@gmail.com> wrote:
> On Mar 10, 3:06 pm, Massimo Di Pierro <massimo.dipie...@gmail.com>
> wrote:
>
> > This was fixed yesterday night.
>
> Don't you still need to add 'is_active' to the model
> 'plugin_wiki_page' ??

Reply via email to