HistoryEventTypes - wrong initialization

XMLWordPrintable

    • Type: Bug Report
    • Resolution: Fixed
    • Priority: L3 - Default
    • 7.8.0, 7.7.1, 7.6.7, 7.8.0-alpha2
    • Affects Version/s: 7.6.0
    • Component/s: engine
    • None

      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

            Assignee:
            Yana Vasileva
            Reporter:
            Corona Borealis
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: