Uncommitted Collaborations and adding threads
This commit is contained in:
parent
4c35af0488
commit
9791c99d3b
3 changed files with 19 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue