nextcloud / nextcloud/external

Navigation entry is missing required field `app`

Open
#769 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
132
Forks
43
Avg merge
15m
Merged PRs (30d)
2

Description

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'.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Open lib/AppInfo/Application.php around line 76 and inspect the navigation entry registration. Ensure the entry includes the required app value external, then run the project's relevant checks to confirm the registration remains valid.

Written by the indexing model from the issue text.

Assessment

Tech stack
php
Domain
backend
Issue type
Bug
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
52/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.