Help me figure out why this only works sometimes? #794
-
Each Customer has many Contacts. When viewing a Customer, you can click a button to edit the Contact. The difference here is that each button on the Customer or Salesorder pages links to different Controllers so that I know where to redirect when done updating. However, they access the same model: CustomerContact When I make an update via the Customer page, it logs the activity, but when I make an update via the Salesorder page, it doesn't. Any idea as to why? Hopefully, this makes sense. Here is the model code related to activity: use LogsActivity
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I'm not sure what I did, but it's working now. |
Beta Was this translation helpful? Give feedback.
I'm not sure what I did, but it's working now.