Open
Description
Hello, the columns are being shifted. The values are not matching to the keys in the UI (in the list, on the single entry page it's right), but the API does it right.
Result of php-crud-api:
/api.php/records/inbox/1
{
"UpdatedInDB": "2023-06-04 03:20:38",
"ReceivingDateTime": "2023-06-04 03:19:43",
"Text": "REDACTED",
"SenderNumber": "REDACTED",
"Coding": "Default_No_Compression",
"UDH": "",
"SMSCNumber": "REDACTED",
"Class": -1,
"TextDecoded": "Hallo dies ist eine Test Nachricht @ÄÖÜ",
"ID": 1,
"RecipientID": "",
"Processed": "false",
"Status": 0
}
Result of php-crud-ui:
What can i do to resolve this issue?
Greetings from Berlin, Germany
Tobias