Fix #1109 - Asset names are missing when viewing user history
This commit is contained in:
@@ -344,8 +344,6 @@
|
||||
<td>{{{ $log->action_type }}}</td>
|
||||
<td>
|
||||
|
||||
@if ($log->assetlog)
|
||||
|
||||
@if (($log->assetlog) && ($log->asset_type=="hardware"))
|
||||
|
||||
@if ($log->assetlog->deleted_at=='')
|
||||
@@ -385,8 +383,6 @@
|
||||
@lang('general.bad_data')
|
||||
@endif
|
||||
|
||||
@endif
|
||||
|
||||
</td>
|
||||
<td>{{{ $log->adminlog->fullName() }}}</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user