Skip to content

Fix view of auto schedule missions that cross midnight#2633

Merged
Eddasol merged 1 commit intoequinor:mainfrom
Eddasol:fix-auto-sch-wrap
Mar 13, 2026
Merged

Fix view of auto schedule missions that cross midnight#2633
Eddasol merged 1 commit intoequinor:mainfrom
Eddasol:fix-auto-sch-wrap

Conversation

@Eddasol
Copy link
Contributor

@Eddasol Eddasol commented Mar 13, 2026

If a mission is scheduled between 23:01 and 23:59 it will be displayed as start time 23:00 in calender view to prevent the mission from looking odd.

Note mission "Some mission with longer name" scheduled at 23:11
Before:
image

After
image

Ready for review checklist:

  • A self-review has been performed
  • All commits run individually
  • Temporary changes have been removed, like console.log, TODO, etc.
  • The PR has been tested locally
  • A test has been written
    • This change doesn't need a new test
  • Relevant issues are linked
  • Remaining work is documented in issues
    • There is no remaining work from this PR that require new issues
  • The changes does not introduce dead code as unused imports, functions etc.

@Eddasol Eddasol force-pushed the fix-auto-sch-wrap branch from b52d6e1 to c1762d4 Compare March 13, 2026 09:31
@Eddasol Eddasol self-assigned this Mar 13, 2026
@Eddasol Eddasol linked an issue Mar 13, 2026 that may be closed by this pull request
@Eddasol Eddasol added backend Backend related functionality improvement Improvement to existing functionality frontend Frontend related functionality and removed backend Backend related functionality labels Mar 13, 2026
@Eddasol Eddasol force-pushed the fix-auto-sch-wrap branch from c1762d4 to 0bb1267 Compare March 13, 2026 14:49
Copy link

@K-S-Bakken K-S-Bakken left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ser bra ut

@Eddasol Eddasol merged commit 52aac89 into equinor:main Mar 13, 2026
11 checks passed
@Eddasol Eddasol deleted the fix-auto-sch-wrap branch March 13, 2026 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

frontend Frontend related functionality improvement Improvement to existing functionality

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Autoscheduled missions that cross midnight are weirdly visualized

2 participants