login  home  contents  what's new  discussion  bug reports     help  links  subscribe  changes  refresh  edit

Submitted by : (unknown) at: 2007-11-17T23:02:05-08:00 (16 years ago)
Name :
Axiom Version :
Category : Severity : Status :
Optional subject :  
Optional comment :

If in edit Page type: is changed to Plain text then the status fields are not display. To work-around, change the Page type: to something else, Save, change status, edit change Page type: back to Plain text.

patch to plaintext.py
Tue, 25 Jan 2005 02:14:50 -0600 reply
The following patch adds the IssueForm? to pages of type Plain text:
  diff --exclude='*.pyc' -Naur test/Products/ZWiki/pagetypes/plaintext.py main/Products/ZWiki/pagetypes/plaintext.py
  --- test/Products/ZWiki/pagetypes/plaintext.py  2004-11-17 14:57:59.000000000 -0600
  +++ main/Products/ZWiki/pagetypes/plaintext.py  2005-01-25 01:47:04.000000000 -0600
  @@ -18,6 +18,8 @@

       def render(self, page, REQUEST={}, RESPONSE=None, **kw):
           t = page.preRendered()
  +        if page.isIssue() and kw.get('show_issueproperties',1):
  +            t = page.addIssueFormTo(t)
           t = page.renderMidsectionIn(t,**kw)
           t = page.addSkinTo(t,**kw)
           return t
property change
Tue, 25 Jan 2005 02:15:37 -0600 replyStatus: assigned => testing

Status: testing => closed




  Subject: (replying)   Be Bold !!
  ( 14 subscribers )  
Please rate this page: