Hello,
I think that there is a bug with inline add of detail lines in master table.
I use "inline add/edit" for details in the list page of a table.
Each line of the master table shows an icon beside which the number of child records is shown.
When he clicks the icon, the "inline panel" appears and the user can add/edit details.
Everything works fine except for one scenario :
- Click on the icon of a master line "A". (->inline panel for detail edition appears)
- Click on the icon of a master line "B". (->inline panel for detail edition appears too)
- Add a new detail in the "inline panel A".
In this case, the last entered line is linked to the master line B (in the database) although it is shown on screen as linked to master line A (until refresh).
What am-I doing wrong? Or how can I avoid this bug?
(For information each detail line in the database contains the masterid which is not showed inline).
Thanks in advance...