I am using Laravel BackPack Pro and I can't get full modal form for inline-create relation... It was working early, but after some coding and updates I found that this feature dosen't work any more with no any errors =\
My main model is Image, which has Tags (many-to-many) and Category (belongs-to) related models
Category inline-create still working! But tags - not. I have no any errors, but the response of modal request - returns with only initial form, buttons and with NO any fields:
Common tag create action is Ok, and I did't rewrite any modal views.
Can someone explain what can be wrong?

