Uploaded image for project: 'Magnolia UI'
  1. Magnolia UI
  2. MGNLUI-888

conf by code's WorkbenchBuilder is out of sync with definition

XMLWordPrintable

      WorkbenchBuilder is a few steps behind WorkbenchDefinition. It misses the following api:

      • .name(String)
      • .includeProperties(boolean)
      • .editable(boolean)
      • .dialogWorkbench(boolean)

      Additionally, we should:

      • use varargs for nodeType*s*, similar to columns (I originally thought we could define only one nodeType, until looking inside and seeing that addNodeType was used)
      • rename .root(String) to .path(String) to match the definition.

        Acceptance criteria

              mgeljic Mikaël Geljić
              mgeljic Mikaël Geljić
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Bug DoR
                  Task DoD