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
Use renderBody instead of create and layoutBody instead of layout
If you have public render method rename it to something else like renderContent
Create your own memento State - important
Header is rendered first and then body. But before body is rendered first and then actions (header). So please be aware of this so that you can fix if there are dependencies
Header actions are rendered twice now because of merging single view to header. This needs to be fixed.
Existing Before and Shall be considered now:
Dispose is not called on hiding panel
Cmd+J toggle is not focusing problems
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Adopt problems panel to use views and view containers
Re: #85164
Adoptions & Notes:
renderBody
instead ofcreate
andlayoutBody
instead oflayout
render
method rename it to something else likerenderContent
Existing Before and Shall be considered now:
The text was updated successfully, but these errors were encountered: