feat: support mdtodo workspace-root web-probe config (#899)
Co-authored-by: Codex <codex@noreply.local>
This commit is contained in:
@@ -1772,6 +1772,7 @@ async function configureMdtodoHwpodSource(command) {
|
||||
const fields = [
|
||||
await fillMdtodoField("mdtodo-source-form-hwpod", commandValue(command, ["hwpodId", "hwpod", "value"])),
|
||||
await fillMdtodoField("mdtodo-source-form-node", commandValue(command, ["nodeId", "node"])),
|
||||
await fillMdtodoField("mdtodo-source-form-workspace", commandValue(command, ["workspaceRoot", "workspaceRootRef", "workspace"])),
|
||||
await fillMdtodoField("mdtodo-source-form-root", commandValue(command, ["root", "path"])),
|
||||
];
|
||||
const save = await clickProjectButtonAndMaybeWait("mdtodo-source-save", /^\/v1\/project-management\/mdtodo\/sources/u);
|
||||
@@ -2769,6 +2770,7 @@ function commandInputSummary(command) {
|
||||
status: command.status || null,
|
||||
hwpodId: opaque(command.hwpodId),
|
||||
nodeId: opaque(command.nodeId),
|
||||
workspaceRoot: opaque(command.workspaceRoot),
|
||||
root: opaque(command.root),
|
||||
label: command.label ? truncate(command.label, 200) : null,
|
||||
textHash: text === null ? null : sha256Text(text),
|
||||
|
||||
Reference in New Issue
Block a user