You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding <?= \hail812\adminlte\widgets\Alert::widget(); ?> into the content layout, the alert widget is displayed in each page without actually to have invoked to setFlash session method, while the Yii2 alert widget only is showed when a setFlash message is invoked.
The text was updated successfully, but these errors were encountered:
it's same problem. I'am use <?= common\widgets\Alert::widget()?> to solve alert issue. but doesn't solve the problem with this <?= \hail812\adminlte\widgets\Alert::widget(); ?>.
Adding
<?= \hail812\adminlte\widgets\Alert::widget(); ?>
into the content layout, the alert widget is displayed in each page without actually to have invoked to setFlash session method, while the Yii2 alert widget only is showed when a setFlash message is invoked.The text was updated successfully, but these errors were encountered: