- fix: "Link to a page in the webgui asset tree" has default "open in a new
window" - fix: cs - attachments fixed a tabbing problem in admin console introduced intraversion
This commit is contained in:
parent
833840a806
commit
24ed8f3e3f
6 changed files with 22 additions and 8 deletions
|
|
@ -205,7 +205,7 @@ sub canModerate {
|
|||
#-------------------------------------------------------------------
|
||||
sub canPost {
|
||||
my $self = shift;
|
||||
return ($self->get("status") eq "approved" && ($self->session->user->isInGroup($self->get("postGroupId")) || $self->canEdit));
|
||||
return (($self->get("status") eq "approved" || $self->getRevisionCount > 1) && ($self->session->user->isInGroup($self->get("postGroupId")) || $self->canEdit));
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue