Make version tags mandatory again.
This commit is contained in:
parent
d0b3be1749
commit
4bfabb9469
94 changed files with 405 additions and 489 deletions
|
|
@ -136,8 +136,6 @@ push @threads, $collab->addChild( {
|
|||
title => "Abababa",
|
||||
isSticky => 0,
|
||||
threadRating => 1_000_000,
|
||||
tagId => $versionTags[-1]->getId,
|
||||
status => "pending",
|
||||
}, undef, 6, @addChildArgs
|
||||
);
|
||||
$sort = sub { $b->get('revisionDate') <=> $a->get('revisionDate') };
|
||||
|
|
|
|||
|
|
@ -48,8 +48,6 @@ my $collab
|
|||
canStartThreadGroupId => 3, # Admin
|
||||
allowReplies => 1,
|
||||
editTimeout => 60 * 60 * 24, # 24 hours
|
||||
tagId => $versionTag->getId,
|
||||
status => "pending",
|
||||
}, @addArgs );
|
||||
|
||||
my $thread
|
||||
|
|
@ -57,8 +55,6 @@ my $thread
|
|||
className => 'WebGUI::Asset::Post::Thread',
|
||||
ownerUserId => $user{"2"}->userId,
|
||||
groupIdView => 7,
|
||||
tagId => $versionTag->getId,
|
||||
status => "pending",
|
||||
}, @addArgs );
|
||||
$thread->setSkipNotification;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue