Activity logging for all CRUD operations #16
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Changes
Added
_log_activitycalls to 15 endpoints that were missing activity logging:Why: The dashboard showed "No recent activity" because only 3 actions (user create, customer CRUD, asset update) were logged. Now all admin operations produce activity log entries visible on the dashboard.
File:
admin_server.py(+160 lines)