Hi everyone, I hope all is good
In my seller form I have an inline form called items, kindly see it in the below image.
If a user clicks on the above (Add) button they will be taken to a different form for adding an order detail. See it below plz:
Now If the seller form is submitted and a user clicks on it, they can add a new item again to the items’ list. like this:
All above is ok. The problem is here. I have another table called task. Task table is also an inline form in seller form.
task table has a virtual column called items which reads items from the main seller table (items part):
Now if I click on the task form and go to item section, I can not add a new item. There is no add button. Maybe because of a virtual column, though I’ve also tried with real column over nothing.
Any clue plz
Thanks






