Project

General

Profile

Actions

Bug #18866

closed

Property editor misbehavior on keys without labels

Added by Lucas Di Pentima about 2 years ago. Updated about 2 years ago.

Status:
Resolved
Priority:
Normal
Assigned To:
Category:
-
Story points:
-
Release relationship:
Auto

Description

When there's a key definition like this one:

    "automation": {
      "labels": [],
      "strict": true,
      "values": {
        "results": {
          "labels": []
        },
        "upload": {
          "labels": []
        }
      }
    }

The property editor correctly list the "automation" key id on the key dropdown list. When selected, the value dropdown list doesn't list the "upload" & "results" ids and allows the user to input any text.

This doesn't happen if the key has some label in its definition:

    "automation": {
      "labels": [{"label":"Automation metadata"}],
      "strict": true,
      "values": {
        "results": {
          "labels": []
        },
        "upload": {
          "labels": []
        }
      }
    }

Subtasks 1 (0 open1 closed)

Task #18869: Review 18866-property-editor-bugfixResolvedWard Vandewege03/15/2022Actions
Actions

Also available in: Atom PDF