external
external copied to clipboard
Navigation entry is missing required field `app`
The navigation entry registration is missing the required app field (required since NC28):
https://github.com/nextcloud/external/blob/d9de3e5788651fce1f474cd72d874660fd6838d1/lib/AppInfo/Application.php#L76
There should be 'app' => 'external'.
I wonder if this was done on purpose for some reason, @nickvergessen do you maybe remember? I haven't yet seen that this causes any problems.
app field was not required/existing back then. Compared to the remaining 7yo code, the 10 months is the difference: https://github.com/nextcloud/server/blame/0a7fcde9069ff05cffe22e2ad6831d866103d12c/lib/private/NavigationManager.php#L377-L378