Uncommitted Collaborations and adding threads

This commit is contained in:
JT Smith 2006-11-07 23:46:19 +00:00
parent 4c35af0488
commit 9791c99d3b
3 changed files with 19 additions and 3 deletions

View file

@ -221,7 +221,7 @@ sub canPost {
return (
(
$self->get("status") eq "approved" ||
$self->getRevisionCount > 1
$self->getTagCount > 1 # checks to make sure that the cs has been committed at least once
) && (
$self->session->user->isInGroup($self->get("postGroupId"))
|| $self->SUPER::canEdit