Search in apps view broken, if multiple authors are specified #1563
Labels
bug
good first issue
Small tasks with clear documentation about how and in which place you need to fix things in.
low
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 aappinfo/info.xml
file, at the specified line, author is an array, instead of a string and thereforetoLowerCase()
fails.One example app, which is using multiple
<author>
: https://gitlab.com/eneiluj/gpxpod-ocThe text was updated successfully, but these errors were encountered: