Skip to content

Profile Viewer Inconsistency #53

@juano2310

Description

@juano2310

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.

Image

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:

  • (a)
  • (b)
  • O (c)

Expected behavior

It should display as:

  • __ (a)
  • __ (b)
  • O (c)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions