You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ensures not only that an 'inlines' attribute exists, but also that it is not empty. Seems to fix issue where top-level nested inline without an 'inlines' value throws an error.
Suppose I have a class:
Now the problem is when I go to admin section for AModel
I see 1 BModel
after clicking add more B
I get 2nd BModel
Inside 2nd BModel the add more C adds C to 1st BModel.
Is there any solution ??
The text was updated successfully, but these errors were encountered: