Re: SilvaNews-1.0 bugs/questions
Guido Wesdorp <[email protected]>
| Newsgroups | gmane.comp.web.zope.silva.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi! Just so you know: I haven't forgotten about this, just didn't get time to work on News anymore, I'll reply in a proper way (also to the other unanswered mail in this thread) as soon as I do... Cheers, Guido Andy wrote: >About this bug: > >On line 293 of >Products/SilvaNews/views/edit/Container/NewsPublication/tab_edit.pt, I >changed this: > ><a style="float: right;" > title="content approved, or published..." > tal:attributes="href item/absolute_url" > tal:condition="python: item.is_version_published() or >item.is_version_approved()"> > >to: > ><a style="float: right;" > title="content approved, or published..." > tal:attributes="href item/absolute_url" > tal:condition="python: item.implements_versioned_content() and >(item.is_version_published() or item.is_version_approved())"> > >And it appears to have cleared up this bug. > >Cheers, >Andy > > >_______________________________________________ >silva-dev mailing list >silva-dev-IAPFreCvJWM6s/[email protected] >http://lists.infrae.com/mailman/listinfo/silva-dev > > >