Skip to content.

Etria Lists

 

[quills-dev] [Quills Issue Tracker] New issue: #127 - does not play nicely with Intranet/Extranet Workflow

admin at plone.org admin at plone.org
Mon Jan 7 18:11:35 UTC 2008


A new issue has been submitted to the **Issue tracker**
tracker by **T. Kim Nguyen** and awaits confirmation.

Issue Information
-----------------

Issue
  does not play nicely with Intranet/Extranet Workflow (http://plone.org/products/quills/issues/127)


**Issue Details**::

    Quills uses the hardcoded workflow state "published" to decide if
    there are any entries in a blog and display them.  If I set a
    Plone 3 site to use the intranet/extranet workflow (which uses the
    states private, internal, internally_published, pending,
    external), this leaves all blogs thinking they are empty even
    though they contain entries.    The temporary fix to make Quills
    1.6 work with intranet/extranet workflow is:    1. In the file
    lib/python/quills/app/topic.py    change lines 126 and 184 from
    review_state='published')    to
    review_state='internally_published')    2. In the same dir, the
    file archive.py, change lines 158 and 303 from
    review_state='published',    to
    review_state='internally_published',    3. In the same dir, the
    file weblogentrybrain.py, change line 126 from           return
    self['review_state'] == 'published'    to           return
    self['review_state'] == 'internally_published'    4. Restart the
    Zope server.    Ideally Quills would allow an admin to tell it
    which workflow state(s) to consider entries to be 'published', or
    which state(s) to consider an entry to be 'private'.  A short term
    fix would be to have Quills assume that any entry with state
    'private' should be hidden, and an entry with any other state
    should be 'published'.


\* This is an automated email, please do not reply - plone.org Administrator
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.etria.com/pipermail/quills-dev/attachments/20080107/ce06f733/attachment.htm 


More information about the quills-dev mailing list