MCPcopy Create free account
hub / github.com/OpenRaiser/PaperFlow / setDailyTaskState

Function setDailyTaskState

deployments/desktop/static/desktop.js:1553–1558  ·  view source on GitHub ↗
(taskId = "", userId = "", polling = false)

Source from the content-addressed store, hash-verified

1551 }
1552
1553 function setDailyTaskState(taskId = "", userId = "", polling = false) {
1554 state.dailyTaskId = taskId || "";
1555 state.dailyTaskUserId = userId || "";
1556 state.dailyPolling = Boolean(polling && taskId);
1557 syncDateControls();
1558 }
1559
1560 function escapeHtml(value) {
1561 return String(value ?? "")

Callers 4

runDailyFunction · 0.85
pollDailyTaskFunction · 0.85
resumeDailyTaskFunction · 0.85
bindEventsFunction · 0.85

Calls 1

syncDateControlsFunction · 0.85

Tested by

no test coverage detected