Skip to content
Snippets Groups Projects
Commit 3d747c59 authored by Reinder Kraaij's avatar Reinder Kraaij :eye:
Browse files

Add End/Start And use designatedStation

parent 8bbedd1a
No related branches found
No related tags found
2 merge requests!1213Resolve TMSS-2717 "Refactor details summary + ui tweaks",!1212Resolve TMSS-2717 "Refactor details summary + ui tweaks"
......@@ -232,7 +232,7 @@ export default function WeekView() {
const currentGroupDate = group.date;
if (isDebugLoggingOn) console.log(" mouseOverItem[" + keys.itemGroupKey + "]=" + mouseOverItem?.[keys.itemGroupKey] + "date:" + currentGroupDate, "isSingleStation:" + group.isSingleStation, groups[currentGroupIndex])
await getCursorDateTimes(cursorTimeUTC, currentGroupIndex, currentGroupDate, headerSettings.lstShiftInSeconds, group.title, group.isSingleStation, setCursorInformation);
await getCursorDateTimes(cursorTimeUTC, currentGroupIndex, currentGroupDate, headerSettings.lstShiftInSeconds, group.designatedStation, group.isSingleStation, setCursorInformation);
let newGroups = groups.map(group => ({ ...group }));
newGroups.forEach(group => delete group.cursorInfo)
newGroups[currentGroupIndex].cursorInfo = cursorInformation
......@@ -396,6 +396,8 @@ export default function WeekView() {
<Filters timelineStore={timelineStore}
visibleStartTime={visibleTime.start}
endTime={endTime}
startTime={startTime}
setItems={setItems}
data={data}
setRefetchToggle={setRefetchToggle}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment