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
It happens to me that I have different taggable models on different modules in the same project.
Recently I got unknown relation on admin's tag edit form (for taggable model). So I had to overwrite DmTagAdminForm and use $this->useField( array( 'id', name' ) );
We've got quite a lots of models taggable, some of them are using doctrine inheritance.
The text was updated successfully, but these errors were encountered:
It happens to me that I have different taggable models on different modules in the same project.
Recently I got unknown relation on admin's tag edit form (for taggable model). So I had to overwrite DmTagAdminForm and use $this->useField( array( 'id', name' ) );
We've got quite a lots of models taggable, some of them are using doctrine inheritance.
The text was updated successfully, but these errors were encountered: