php-crud-ui icon indicating copy to clipboard operation
php-crud-ui copied to clipboard

[BUG]: Columns are shifted

Open Hope-IT-Works opened this issue 2 years ago • 1 comments

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:

image

image

What can i do to resolve this issue?

Greetings from Berlin, Germany Tobias

Hope-IT-Works avatar Jun 04 '23 21:06 Hope-IT-Works

Seems like a bug to me.

mevdschee avatar Jun 06 '23 06:06 mevdschee