Uploaded image for project: 'camunda BPM'
  1. camunda BPM
  2. CAM-12130

Multiple Cockpit Plugins are defined by an array

    XMLWordPrintable

Details

    • Task
    • Resolution: Fixed
    • L3 - Default
    • None
    • None
    • webapp-react
    • None

    Description

      Note: This is a refactoring.

      Previously, multiple plugins could be created using named exports. Because we do not use the names of the exports and need kind of a hack to iterate over them, we should export an array as default.

      A single Plugin does not have to be wrapped in an array.

      // Is:
      export {pluginA, pluginB};
      
      // Should be
      export default [pluginA, pluginB];
      

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Activity

            People

              Unassigned Unassigned
              martin.stamm Martin Stamm
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Salesforce