i have a table with a list of products i added a row action that opens a popup form the form shows that the correct row of the model for products is selected on that form I have a table that has product_material as a model that model is filtered by by the current row in the product model
when the popup form opens it displays no records for materials for the current product
if i click on the plus i get a record which has the product id of the current product in its “service” dropdown however, if i enter a product in the “materials” dropdown the “service” id disappears nevertheless if i save the record it makes the correct entry in the product materials table, with one product entered as the service and the other entered as the “material” what i don’t understand is why the entries don’t show on the popup form if i then open it again… the table on the popup form is filtered by a “field in another model” that that model is the products model that is underlying the table with the list of products… when i click on a row icon in that table… doesn’t that make that product the selected row in the products model ? shouldn’t that then run the filter on the table in the popup and show the product materials with that product id ? 
Question
create records with filter on popup
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
