diff --git a/client/core/src/components/log/index.html b/client/core/src/components/log/index.html index 925034653..b88504d60 100644 --- a/client/core/src/components/log/index.html +++ b/client/core/src/components/log/index.html @@ -21,19 +21,19 @@
Changed by: - {{::log.user.name}} + {{::log.user.name | dashIfEmpty}}
Model: - {{::log.changedModel}} + {{::log.changedModel | dashIfEmpty}}
Action: - {{::$ctrl.actionsText[log.action]}} + {{::$ctrl.actionsText[log.action] | dashIfEmpty}}
Name: - {{::log.changedModelValue}} + {{::log.changedModelValue | dashIfEmpty}}