Hello,
In a component, I have created a many-to-many table for 2 others tables, and when I want to get the "many-to-many" field in a form of one of these 2 tables, it is not displayed in "pages > fields".
How to reproduce :
- Create 2 tables : table1 and table2, for them, create backend pages
- Create 1 many to many table : table1_nn_table2 with the 2 "Foreign key", one foreach related tables
- Go to one of the table page : the field "table1_nn_table2" is not displayed
But if I refresh the browser's page, the field is correctly displayed. For me is a little bug of j-cook javascript interface. May be I'm wrong
Hope this help