[report]Uppercase field ID automatically set to lowercase when exporting code

Support MB Builder [report]Uppercase field ID automatically set to lowercase when exporting code

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #9143
    foundbutlostfoundbutlost
    Participant

    Uppercase field ID automatically set to lowercase when exporting the code:

    array (
              'id' => 'sortno', <= it suppose to be SortNo
              'type' => 'text',
              'name' => 'No. Track',......

    result: it's still possible to insert fields data to database but it can't read the data after inserted (not showing it on each related metabox column). in order to fix this i just change the ID back to case sensitive.

    of course it's only matter on custom table usage case.

    #9150
    Anh TranAnh Tran
    Keymaster

    Thanks, I've fixed that and will update the extension soon.

    Updated: It's fixed in the latest version. Please update the plugin.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘[report]Uppercase field ID automatically set to lowercase when exporting code’ is closed to new replies.