Comment 0 for bug 1644531

Revision history for this message
Ekaterina Khomyakova (ekhomyakova) wrote :

Fuel 9.2 #549

Steps to reproduce:
  1. Create env with plugin providing Node Attributes with 2 checkboxes
  2. Add node, open Settings for it

Expected results:
  Node Attributes with plugin's and core attributes are present

Actual result:
  Tab with Node Attributes is not present

Additional:
  nic_config.yaml for the plugin:

plugin_section:
  metadata:
    group: "plugin_section"
    label: "Plugin's attributes section"
  attribute_checkbox1:
    label: "Checkbox1"
    description: "Checkbox 1"
    type: "checkbox"
    value: false
  attribute_checkbox2:
    label: "Checkbox2"
    description: "Checkbox 2"
    type: "checkbox"
    value: false