- Notifications
You must be signed in to change notification settings - Fork 36
Open
Labels
0. Needs triagePending approval or rejection. This issue is pending approval.Pending approval or rejection. This issue is pending approval.bugSomething isn't workingSomething isn't working
Description
Steps to reproduce
- Create a table with a normal select field
- Fetch table column description via v1 API:
/index.php/apps/tables/api/1/tables/23/columns - Compare
selectionOptionsvalue with API definition - See that it's an array and not a string
Expected behavior
The API docs should reflect the actual return value.
Actual behavior
The API docs for /index.php/apps/tables/api/1/tables/23/columns tell us that
selectionOptions*: string
This is wrong. At least the v1 API returns an array:
"textUnique": false, "selectionOptions": [ { "id": 0, "label": "Erste Einstellung" }, { "id": 1, "label": "Zweite Einstellung" } ], "selectionDefault": "[]", Tables app version
1.0.3
Browser
Firefox 149
Client operating system
Linux
Operating system
Debian 13
Web server
Nginx
PHP engine version
PHP 8.2
Database
MariaDB
Additional info
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
0. Needs triagePending approval or rejection. This issue is pending approval.Pending approval or rejection. This issue is pending approval.bugSomething isn't workingSomething isn't working