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 <[email protected]> wrote:
> On Mar 10, 3:06 pm, Massimo Di Pierro <[email protected]>
> wrote:
>
> > This was fixed yesterday night.
>
> Don't you still need to add 'is_active' to the model
> 'plugin_wiki_page' ??

