correctly output notice data for nli in microapp
This commit is contained in:
parent
ea95f7b7b0
commit
1e2bd48c30
|
@ -269,7 +269,10 @@ abstract class MicroAppPlugin extends Plugin
|
||||||
$adapter = $this->adaptNoticeListItem($nli);
|
$adapter = $this->adaptNoticeListItem($nli);
|
||||||
|
|
||||||
if (!empty($adapter)) {
|
if (!empty($adapter)) {
|
||||||
$adapter->show();
|
$adapter->showNotice();
|
||||||
|
$adapter->showNoticeAttachments();
|
||||||
|
$adapter->showNoticeInfo();
|
||||||
|
$adapter->showNoticeOptions();
|
||||||
} else {
|
} else {
|
||||||
$this->oldShowNotice($nli);
|
$this->oldShowNotice($nli);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user