XMLWordPrintable

Details

    • Sub-task
    • Resolution: Fixed
    • L3 - Default
    • 2.7.0
    • None
    • backend
    • None

    Description

      AT:

      • there is a new endpoint that allows to retrieve all webapp configuration options:
        • email enabled
        • global sharing enabled
        • webapps endpoints
        • Optimize version
      • the response looks like the following:
        {
          "emailEnabled": true,
          "sharingEnabled": true,
          "optimizeVersion": "2.7.0",
          "webappsEndpoints": {
              // the number of entries depends on how many engines
              // where configured
              'marketingEngine': { // this is the first engineAlias/engineName
                  'endpoint': 'http://localhost:8080/camunda',
                  'engineName': 'default'
              },
              'salesEngine': {
                  'endpoint': 'http://localhost:1111/camunda',
                  'engineName': 'foo'
              },
              'fooEngine': {
                  'endpoint': '', // empty string if no endpoint defined
                  'engineName': 'foo'
              },
              ...
          },
          "header": {
            "textColor": "dark", // or "light"
            "backgroundColor": "#FFFFFF",
            "logo": "data:image/svg+xml;base64,ad1244nvxpfauwe1038r024ufb024vb048vb4...==" // data image url
          }
        }
        
        • header customization information
      • the new endpoint is added to rest api documentation
      • the meta data rest endpoint is being kept
      • the rest endpoint for email enabled, sharing enabled and weapps endpoints are being removed

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Issue Links

            Activity

              People

                Unassigned Unassigned
                johannes.heinemann Johannes
                Votes:
                0 Vote for this issue
                Watchers:
                0 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved:

                  Salesforce