Fixed an issue where some access checks would fail due to missing arguments.
commit814b8c052a0ad2429941d6351675e5ec13277dfe
authorLennard de Rijk <ljvderijk@gmail.com>
Thu, 4 Jun 2009 20:01:57 +0000 (4 22:01 +0200)
committerLennard de Rijk <ljvderijk@gmail.com>
Thu, 4 Jun 2009 20:01:57 +0000 (4 22:01 +0200)
tree84b5a62a089a08e380cbdfff9865ae70f1dadf80
parent3ea58372bd678f3f9ff4d05689c6d38d0a474a50
Fixed an issue where some access checks would fail due to missing arguments.

This happens when an org document is being checked for write access when trying to show the edit link on the document's show page.
app/soc/views/models/document.py