With #7654 the menu manager now shows the view title if that title is specified and translated.
The only place in core this is the case is for the wrapper menuitem. For the wrapper, it's quite useless as it's just duplicated information. It looks like this:
Solution
This PR completely removes the metadata.xml as it is optional after the previous PR (the title was required, alltough never used).
Since we don't want to show the view title and don't specify any parameters for the view (they are specified at the layout level), we can safely remove the whole file.
Testing
Create a menu item for the Wrapper
See that it shows as Wrapper » Wrapper » Iframe Wrapper in the menu manager
Apply PR and check again, it shows now as Wrapper » Iframe Wrapper:
I have tested this item successfully on 710aed7
able to reproduce then #7654 works as described - Thanks
This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/8108.