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

HistoryEventTypes - wrong initialization

    XMLWordPrintable

Details

    • Bug Report
    • Resolution: Fixed
    • L3 - Default
    • 7.8.0, 7.7.1, 7.6.7, 7.8.0-alpha2
    • 7.6.0
    • engine
    • None

    Description

      I'm implementing a custom HistoryLevel but am unable to filter on entityType.

        private HistoryEventTypes(String entityType, String eventName) {
          this.entityType = eventName;
          this.eventName = eventName;
        }
      

      I guess this should be this.entityType = entityType

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Activity

            People

              yana.vasileva Yana Vasileva
              cborealis Corona Borealis
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Salesforce