Don't show notice form navs on newnotice action
This commit is contained in:
parent
d32fef6039
commit
370341ce31
|
@ -226,4 +226,9 @@ class NewnoticeAction extends FormAction
|
||||||
$nli = new NoticeListItem($notice, $this);
|
$nli = new NoticeListItem($notice, $this);
|
||||||
$nli->show();
|
$nli->show();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function showNoticeForm()
|
||||||
|
{
|
||||||
|
// pass
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user