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
In order to make the admin menu build process more flexible an AdminMenuBuilder class should replace the protected methods (node, group, itemApi , etc.) inside the admin base module class.
Therfore the bootstrap process has been changed in order to run only in admin context.
The text was updated successfully, but these errors were encountered:
`luya\admin\components\AdminMenuBuilder` object instead of an array. A
deprecated message is triggered when using the old menu builder
functions. #1045
In order to make the admin menu build process more flexible an AdminMenuBuilder class should replace the protected methods (
node
,group
,itemApi
, etc.) inside the admin base module class.Therfore the bootstrap process has been changed in order to run only in admin context.
The text was updated successfully, but these errors were encountered: