metafields:order problem when underscore in table name

Hello,
I thjnk there may be a bug in xataface 1.2.5 (this may well be present in earlier versions). If it's not a bug, then if someone could suggest what i'm doing wrong.
In a nutshell when i have a relationship.ini for a table called cms_pages like this:
The dragging of records to reorder them doesnt work.
If I rename the table from cms_pages to cmspages, it does work.
My apache log throws up a few errors when I have an underscore in the table name.
I can get round it, but for uniformity's sake, I like to have consistent naming with my tables.
Any ideas?
Thank you, Tom
I thjnk there may be a bug in xataface 1.2.5 (this may well be present in earlier versions). If it's not a bug, then if someone could suggest what i'm doing wrong.
In a nutshell when i have a relationship.ini for a table called cms_pages like this:
- Code: Select all
[Menus]
cms_menus.men_id = cms_page_menus.men_id
cms_page_menus.pag_id = "$pag_id"
action:label = "Top Menus On This Page"
metafields:order = "pgm_order"
The dragging of records to reorder them doesnt work.
If I rename the table from cms_pages to cmspages, it does work.
My apache log throws up a few errors when I have an underscore in the table name.
I can get round it, but for uniformity's sake, I like to have consistent naming with my tables.
Any ideas?
Thank you, Tom