-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
Labels
buggood first issueSmall tasks with clear documentation about how and in which place you need to fix things in.Small tasks with clear documentation about how and in which place you need to fix things in.low
Description
The search function is broken for the apps view, if an app has multiple authors specified.
This seems to be allowed? according to https://nextcloudappstore.readthedocs.io/en/latest/developer.html#info-xml (@BernhardPosselt)
The reason for this is the following line:
https://github.com/nextcloud/server/blob/master/settings/js/apps.js#L516
In case of multiple <author> in a appinfo/info.xml file, at the specified line, author is an array, instead of a string and therefore toLowerCase() fails.
One example app, which is using multiple <author>: https://gitlab.com/eneiluj/gpxpod-oc
Metadata
Metadata
Assignees
Labels
buggood first issueSmall tasks with clear documentation about how and in which place you need to fix things in.Small tasks with clear documentation about how and in which place you need to fix things in.low