mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-22 19:08:44 +03:00
Activity Log metadata view modal 4-5 entries behind selected activity #261
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?
Originally created by @notAreYouScared on GitHub (Feb 22, 2025).
Originally assigned to: @Boy132 on GitHub.
When viewing the activity log, and wanting to view the metadata of an activity, the popup modal will display the metadata for 4-5 logs behind the one you selected.
Refer to below video
https://github.com/user-attachments/assets/9eda7512-6943-4af0-af78-8e9fc4ad55ee
@Boy132 commented on GitHub (Feb 28, 2025):
I assume it uses a global query somewhere instead of the scoped query.
This is either a bug in filamentphp or we need to overwrite some query function other than
getEloquentQuery.0b84b0c08c/app/Filament/Server/Resources/ActivityResource.php (L28-L53)@PalmarHealer commented on GitHub (Apr 13, 2025):
Hey,
I know this is not much help but I'm getting a similar kind of bug. I'm not having the offset problem but some just won't open at all.
https://github.com/user-attachments/assets/4fe39554-42b2-439e-b996-1d4c796ea10b
@Boy132 commented on GitHub (Apr 13, 2025):
Yes, that's the same bug.