Colours for toolbar button and start button for a TI are not different

Issue #811 open
Alexander Koeppe created an issue

Although you can set different colours for the toolbar button and the start button for a TI, the setting of the start button is also applied to the toolbar button if set.

{
  "process": {
    "instance": "ApliqoFPM",
    "name": "xyz",
    "button": {
      "label": "Update Picklists",
      "actionLabelRun": "Start",
      "class": "info"
    },
  "toolbarButton": {
    "class": "primary",
    "iconClass": "fa fa-list-ul"
  }
}

If you delete the parameter "class": "info" from “button” then the toolbar button will be displayed in the colour chosen.

Comments (1)

  1. Joana MFC Corte-Real
    • changed status to open

    Dear Alexander, thank you for bringing this to our attention, we will reproduce the issue and get back to you.

  2. Log in to comment