mirror of
https://github.com/pelican-dev/panel.git
synced 2026-07-16 04:03:50 +03:00
First schedule task can have a time offset #497
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 @rmartinoscar on GitHub (Nov 24, 2025).
Originally assigned to: @Boy132 on GitHub.
Steps to reproduce:
Make a schedule with 2 tasks, first one doesn't matter, second have a 10sec time offset
delete first task of a schedule, tadam you have first task with 10 sec time offset.
I think this is due to the task's sequence_id that doesn't changes
65bb99e2b0/app/Filament/Server/Resources/Schedules/RelationManagers/TasksRelationManager.php (L108-L113)