nextcloud / tables

🍱 Nextcloud tables app
https://apps.nextcloud.com/apps/tables
GNU Affero General Public License v3.0
143 stars 24 forks source link

fix(api): Fix wrong array type #1205

Closed provokateurin closed 2 months ago

provokateurin commented 2 months ago

Fixes https://github.com/nextcloud/tables/pull/1169

provokateurin commented 2 months ago

I found even more instances of the original problem, fixed those as well.

blizzz commented 2 months ago

/backport to stable0.7

backportbot[bot] commented 2 months ago

The backport to stable0.7 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable0.7
git pull origin stable0.7

# Create the new backport branch
git checkout -b backport/1205/stable0.7

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick f66e25fb

# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/1205/stable0.7

Error: No changes found in backport branch


Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.