Log name save #749
-
Good afternoon people! How can I put the user name logged in to default_log_name? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hello, why do you want to put the user logged in to default_log_name? |
Beta Was this translation helpful? Give feedback.
-
We have several issue/discussion templates you can/have to choose one of. This one is by far not a bug report. Primary because you've removed the bug report template and only provided a single question without details. You will have to override the default log name in the |
Beta Was this translation helpful? Give feedback.
We have several issue/discussion templates you can/have to choose one of. This one is by far not a bug report. Primary because you've removed the bug report template and only provided a single question without details.
So this is/would be a request for help discussion. Next time I will simply close wrongly opened bug reports.
You will have to override the default log name in the
tapActivity()
method for model logs and can pass the log name for custom logs into thelog()
method.Or if you want to do this for every activitylog you can use an observer for the activity model.