Skip to content

Commit 6ca49a2

Browse files
committed
Merge remote-tracking branch 'origin/develop'
2 parents 28f293f + 8499faa commit 6ca49a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/users/view.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -990,7 +990,7 @@ class="table table-striped snipe-table"
990990
"fileName": "export-{{ str_slug($user->name) }}-history-{{ date('Y-m-d') }}",
991991
"ignoreColumn": ["actions","image","change","checkbox","checkincheckout","icon"]
992992
}'
993-
data-url="{{ route('api.activity.index', ['target_id' => $user->id, 'item_type' => User::class]) }}">
993+
data-url="{{ route('api.activity.index', ['item_id' => $user->id, 'item_type' => User::class]) }}">
994994
</table>
995995

996996
</div>

0 commit comments

Comments
 (0)