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
{{ message }}
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.
After I leave comment by using comments plugin I get two messages:
You can't comment this
Your comment has been correctly added !
Anyways comments seems to be inserted correctly to the table.
Behavior doesn't catch my comments from the table because in inserting phase 'ref' used is 'Plugin.Model' but behavior tries to find ref with 'Model'. This might be because I am using comments plugin from the other plugin and I am not setting modelClass by hand and let the behavior figure it out.
Changing getAlias() to getRegistryAlias() in behavior fixes my case, might be that I am using this somehow wrong, I usually have these kind of problems with plugins. ;)
After I leave comment by using comments plugin I get two messages:
Anyways comments seems to be inserted correctly to the table.
Behavior doesn't catch my comments from the table because in inserting phase 'ref' used is 'Plugin.Model' but behavior tries to find ref with 'Model'. This might be because I am using comments plugin from the other plugin and I am not setting modelClass by hand and let the behavior figure it out.
Changing getAlias() to getRegistryAlias() in behavior fixes my case, might be that I am using this somehow wrong, I usually have these kind of problems with plugins. ;)
The text was updated successfully, but these errors were encountered: