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);
|
||||
|
||||
if (!empty($adapter)) {
|
||||
$adapter->show();
|
||||
$adapter->showNotice();
|
||||
$adapter->showNoticeAttachments();
|
||||
$adapter->showNoticeInfo();
|
||||
$adapter->showNoticeOptions();
|
||||
} else {
|
||||
$this->oldShowNotice($nli);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user