nextcloud / forms

📝 Simple form & survey app for Nextcloud
https://apps.nextcloud.com/apps/forms
GNU Affero General Public License v3.0
324 stars 98 forks source link

Fix fetching shared forms and return array values in ApiController.php #2076

Closed Chartman123 closed 7 months ago

Chartman123 commented 7 months ago

This fixes #2075

Currently shared_forms were returned as an object containing forms objects. This adjusts it to returning an array of shared forms objects

Signed-off-by: Christian Hartmann chris-hartmann@gmx.de