octobercms / october

Self-hosted CMS platform based on the Laravel PHP Framework.

Home Page:https://octobercms.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Table prefix error with list search

zimbar opened this issue · comments

Hy,

I have a database with table prefix, all work fine except when i want to search via a list grid, there is a query error because the prefix is duplicated in the name of the table

my prefix is "edt_" normally the name of the table in the query should be "edt_rinc_magento_sales_invoice" and not "edt_edt_rinc_magento_sales_invoice"

Capture d’écran du 2023-09-21 09-26-41

Thanks

commented

Thanks, this will be fixed in the next patch