From 0afadffdcd5d07c1148edd6bbccf5a1bb76b8ebf Mon Sep 17 00:00:00 2001 From: David O'Regan Date: Wed, 24 Feb 2021 08:39:53 -0500 Subject: [PATCH] Fix(oncallschedules): replace GlToken with plain div Squashed: Update the grid start time and allow for midnight shift edge case in weekly grid draw for shifts less than 24 hours --- .../components/rotation_assignee.vue | 18 +++--- .../components/rotation_assignee_spec.js | 4 +- .../rotations_list_section_spec.js.snap | 60 ++++++++----------- 3 files changed, 37 insertions(+), 45 deletions(-) diff --git a/ee/app/assets/javascripts/oncall_schedules/components/rotations/components/rotation_assignee.vue b/ee/app/assets/javascripts/oncall_schedules/components/rotations/components/rotation_assignee.vue index d51ff3a4fb8508..dbf086cbf65223 100644 --- a/ee/app/assets/javascripts/oncall_schedules/components/rotations/components/rotation_assignee.vue +++ b/ee/app/assets/javascripts/oncall_schedules/components/rotations/components/rotation_assignee.vue @@ -1,5 +1,5 @@