- fix: AssetProxied Navigation context menu - items invisible in Style 02
- fix: Request Tracker Asset - Reply to a post displays Severity drop down list - fix: Syndicated wobject erro 6.8+
This commit is contained in:
parent
f63dc89a0b
commit
0aac23dedf
5 changed files with 136 additions and 5 deletions
|
|
@ -965,6 +965,7 @@ sub www_edit {
|
|||
});
|
||||
} elsif ($self->session->form->process("class","className") eq "WebGUI::Asset::Post::Thread") { # new thread
|
||||
return $self->session->privilege->insufficient() unless ($self->getThread->getParent->canPost);
|
||||
$var{isThread} = 1;
|
||||
$var{isNewThread} = 1;
|
||||
if ($self->getThread->getParent->canEdit) {
|
||||
$var{'sticky.form'} = WebGUI::Form::yesNo($self->session, {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue