mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
Time Offset "missing" when editing the first task in list of schedule #462
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 @xBlueCellx on GitHub (Oct 2, 2025).
Current Behavior
When i create a schedule to perform a task, i can set a Time Offset.
When editing the first task in line, it´s Time Offset is not editable.
Expected Behavior
The Time Offset of the first entry should be editable, like the rest of the tasks below.
Steps to Reproduce
Just create some task in a schedule, on the first line you will not be able to edit the Time Offset.
Panel Version
canary
Wings Version
1.0.0-beta17
Games and/or Eggs Affected
No response
Docker Image
No response
Error Logs
Is there an existing issue for this?
@JoanFo1456 commented on GitHub (Oct 2, 2025):
It's not a bug, it's made on purpose, first task shouldn't have offset.
@tuAntonioo commented on GitHub (Oct 2, 2025):
From what I remember thats not a bug. Why would you want to set offset on the first task?
@xBlueCellx commented on GitHub (Oct 2, 2025):
Alright, i get your point. Was just thinking it might be a bug, since you are still able to set a Time Offset on first generation of a task.
@JoanFo1456 commented on GitHub (Oct 2, 2025):
I see, on creation it shows, I'll take a look.
@xBlueCellx commented on GitHub (Oct 2, 2025):
So one question then still remains for me. Tasks get processed in the order they are in the list?
If yes, then the workflow for inserting one task at start or in between would be deleting and recreating. Totally doable but not quite intuitive.
That´s how i encountered my "issue". I wanted to insert a notificaton before the server does a restart/backup. So i tried to set the Time Offset of the first task (Restart/Backup) to 10 seconds and see if the order changes.
@JoanFo1456 commented on GitHub (Oct 2, 2025):
Not really, you can reorder, below Tasks you see two arrows? That allows you to reorder by dragging.
@xBlueCellx commented on GitHub (Oct 2, 2025):
Thanks for pointing that out, nice feature 🚀
I'll close this "issue" then.
Sorry for bothering btw, i'm totally a newbie with pelican and just want to provide some feedback and maybe someday even some commits/PRs. It's a quite versatile project for homelab owners and even more usecases.
@JoanFo1456 commented on GitHub (Oct 2, 2025):
It indeed has a bug, I'll fix it and send a pr, hope they see it, thanks.