Use GET /workplans/ for shell session orientation
This commit is contained in:
parent
2b55ea1ff4
commit
af340d322c
1 changed files with 1 additions and 1 deletions
|
|
@ -315,7 +315,7 @@ def load_hub_orientation(
|
||||||
|
|
||||||
try:
|
try:
|
||||||
qs = parse.urlencode({"topic_id": topic_id, "status": "active"})
|
qs = parse.urlencode({"topic_id": topic_id, "status": "active"})
|
||||||
data = _read_json_url(f"{orientation.base_url}/workstreams/?{qs}", timeout=timeout)
|
data = _read_json_url(f"{orientation.base_url}/workplans/?{qs}", timeout=timeout)
|
||||||
orientation.active_workstreams = _as_list(data)
|
orientation.active_workstreams = _as_list(data)
|
||||||
orientation.remote_checked = True
|
orientation.remote_checked = True
|
||||||
except Exception as exc:
|
except Exception as exc:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue