Skip to content

fix: Ensure app discover section is returned as list - #48311

Merged
susnux merged 1 commit into
masterfrom
fix/app-discover
Sep 24, 2024
Merged

fix: Ensure app discover section is returned as list#48311
susnux merged 1 commit into
masterfrom
fix/app-discover

Conversation

@susnux

@susnuxsusnux commented Sep 24, 2024

Copy link
Copy Markdown
Contributor

Summary

The frontend expects a list (array) but if the filter removes entries the php array is not sequential meaning it will be serialized as an object to JSON.

Checklist

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
@susnuxsusnux added this to the Nextcloud 31 milestone Sep 24, 2024
@susnux
susnux requested review from a team, ArtificialOwl, come-nc, szaimen and yemkareems and removed request for a teamSeptember 24, 2024 10:36
@susnux

Copy link
Copy Markdown
ContributorAuthor

/backport to stable30

@susnux

Copy link
Copy Markdown
ContributorAuthor

/backport to stable29

@szaimenszaimen left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Explanation and fix makes sense but didnt test

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@susnux@nfebe@szaimen