Description
Indentation looks incorrect when circle indicators are present in a control, as it appears to be indented more than other controls at the same level.
Steps to Reproduce
Using "adds" / "after" should insert new ac-1_smt.a.1.c as a sibling to ac-1_smt.a.1.b. The viewer presents it as a child instead of a sibling.
Here is the actual JSON code from the tailoring file:
"modify": {
"alters": [
{
"control-id": "ac-1",
"adds": [
{
"position": "after",
"by-id": "ac-1_smt.a.1.b",
"parts": [
{
"id": "ac-1_smt.a.1.c",
"name": "item",
"props": [
{
"name": "label",
"value": "(c)"
}
],
"prose": "authorizes the Department Chief Information Security Officer (CISO) and Department Chief Information Officer (CIO) to issue subordinate standards, procedures, and memos, with the same authority and enforcement as ACSD-OCIO-004, Cybersecurity Policy."
}
]
}
}
]
}
Actual Behavior
The viewer shows:
Expected behavior
It should display as:
Description
Indentation looks incorrect when circle indicators are present in a control, as it appears to be indented more than other controls at the same level.
Steps to Reproduce
Using "adds" / "after" should insert new ac-1_smt.a.1.c as a sibling to ac-1_smt.a.1.b. The viewer presents it as a child instead of a sibling.
Here is the actual JSON code from the tailoring file:
Actual Behavior
The viewer shows:
Expected behavior
It should display as: