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
I have one question. I have a model and resources Tasks in which one of the fields allows to assign users to a task (multiple select. The users are stored in the task_user table (user_id, task_id). The fact of any change of users is not recorded in the logger. Why? I created a TaskUser model, I also tried to add in config:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
First of all, thank you for this plugin.
I have one question. I have a model and resources Tasks in which one of the fields allows to assign users to a task (multiple select. The users are stored in the task_user table (user_id, task_id). The fact of any change of users is not recorded in the logger. Why? I created a TaskUser model, I also tried to add in config:
Still nothing is registered. Why?
Beta Was this translation helpful? Give feedback.
All reactions