[PR #1010] [MERGED] Fix deleted users being shown as "System" in activity log #1115

Closed
opened 2026-02-05 18:04:15 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1010
Author: @GaviDroselj
Created: 2/14/2025
Status: Merged
Merged: 2/15/2025
Merged by: @rmartinoscar

Base: mainHead: issue/569


📝 Commits (4)

  • 034bc0a Show deleted users as "Deleted user"
  • 9cd96a1 Update shown icon
  • f30c3a0 Apply suggestions from code review
  • 1d07e4a Update app/Models/ActivityLog.php

📊 Changes

2 files changed (+7 additions, -3 deletions)

View changed files

📝 app/Filament/Server/Resources/ActivityResource/Pages/ListActivities.php (+2 -2)
📝 app/Models/ActivityLog.php (+5 -1)

📄 Description

Shows deleted users as "Deleted user" and changes their icon to "user-off"

image

Closes #569


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/pelican-dev/panel/pull/1010 **Author:** [@GaviDroselj](https://github.com/GaviDroselj) **Created:** 2/14/2025 **Status:** ✅ Merged **Merged:** 2/15/2025 **Merged by:** [@rmartinoscar](https://github.com/rmartinoscar) **Base:** `main` ← **Head:** `issue/569` --- ### 📝 Commits (4) - [`034bc0a`](https://github.com/pelican-dev/panel/commit/034bc0a9e933c12848f34aab9b13745a3bb3f263) Show deleted users as "Deleted user" - [`9cd96a1`](https://github.com/pelican-dev/panel/commit/9cd96a15c7e55768bd4294e4e42a24aa3a4d586d) Update shown icon - [`f30c3a0`](https://github.com/pelican-dev/panel/commit/f30c3a03e7de485c215277845d84c356df5ff48e) Apply suggestions from code review - [`1d07e4a`](https://github.com/pelican-dev/panel/commit/1d07e4a540e66602fc5198ea9aab010bab2a3e8c) Update app/Models/ActivityLog.php ### 📊 Changes **2 files changed** (+7 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `app/Filament/Server/Resources/ActivityResource/Pages/ListActivities.php` (+2 -2) 📝 `app/Models/ActivityLog.php` (+5 -1) </details> ### 📄 Description Shows deleted users as "Deleted user" and changes their icon to "user-off" ![image](https://github.com/user-attachments/assets/745354bd-8667-417e-8970-29e77e0d5446) Closes #569 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 18:04:15 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel-pelican-dev#1115