Skip to content

fix(core): provide valid initial state also on public templates#59952

Merged
susnux merged 1 commit intomasterfrom
fix/public-view-inital-state
Apr 30, 2026
Merged

fix(core): provide valid initial state also on public templates#59952
susnux merged 1 commit intomasterfrom
fix/public-view-inital-state

Conversation

@susnux
Copy link
Copy Markdown
Contributor

@susnux susnux commented Apr 27, 2026

Summary

The core apps initial state should be an array of apps currently available. But for public templates when there is no navigation entry the array would contain [null] instead of [] which breaks some use cases (e.g. apps that rely on some nextcloud-vue versions).

Checklist

AI (if applicable)

  • The content of this PR was partly or fully generated using AI

The `core apps` initial state should be an array of apps currently
available. But for public templates when there is no navigation entry
the array would contain `[null]` instead of `[]` which breaks some use
cases (e.g. apps that rely on some nextcloud-vue versions).

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
@susnux susnux requested a review from a team as a code owner April 27, 2026 17:09
@susnux susnux requested review from ArtificialOwl, come-nc, leftybournes and sorbaugh and removed request for a team April 27, 2026 17:09
@susnux susnux added bug 3. to review Waiting for reviews labels Apr 27, 2026
@susnux susnux requested review from salmart-dev and removed request for ArtificialOwl April 27, 2026 17:09
@susnux susnux added this to the Nextcloud 34 milestone Apr 27, 2026
@susnux
Copy link
Copy Markdown
Contributor Author

susnux commented Apr 27, 2026

/backport to stable33

@susnux susnux merged commit ca4a81e into master Apr 30, 2026
202 of 207 checks passed
@susnux susnux deleted the fix/public-view-inital-state branch April 30, 2026 10:42
@susnux
Copy link
Copy Markdown
Contributor Author

susnux commented Apr 30, 2026

/backport to stable32

@susnux
Copy link
Copy Markdown
Contributor Author

susnux commented Apr 30, 2026

Ref: #59639

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review Waiting for reviews bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants