#702 WIki page history issues

v1.0.0
closed
nobody
None
General
nobody
2015-08-20
2010-07-14
Mark Ramm
No

URL: http://code.sourceforge.net/p/forge/documentation/ForgeWiki/?version=7

Module forgewiki.wiki_main:420 in index
<<          c.subscribe_form = W.page_subscribe_form
           page = self.get_version(version)
           if 'all' not in page.viewable_by and c.user.username not in page.viewable_by:
               raise exc.HTTPForbidden(detail="You may not view this page.")
           if page is None:
>>  if 'all' not in page.viewable_by and c.user.username not in page.viewable_by:

AttributeError: 'NoneType' object has no attribute'viewable_by'

Discussion

  • Wolf - 2010-07-14
    • status: open --> validation
     
  • Anonymous - 2010-07-22

    Originally by: n_oostendorp

    • status: validation --> closed
     

Log in to post a comment.