app/soc/views/models/document.py
changeset 1265 cecb2b35f805
parent 1262 e2e5b7798746
child 1274 5f87d9807b77
--- a/app/soc/views/models/document.py	Wed Feb 11 20:05:33 2009 +0000
+++ b/app/soc/views/models/document.py	Wed Feb 11 20:10:53 2009 +0000
@@ -161,6 +161,7 @@
 
     # add a link to all featured documents
     for entity in entities:
+      #TODO only if a document is readable it might be added
       submenu = (redirects.getPublicRedirect(entity, self._params),
                  entity.short_name, 'show')
       submenus.append(submenu)