N°2847 - Activity panel: Fix filtering on CMDBChangeOp entries

This commit is contained in:
Molkobain
2020-08-19 11:01:13 +02:00
parent 880be200ae
commit da1d3db204
12 changed files with 47 additions and 25 deletions

View File

@@ -36,7 +36,7 @@ class TransitionEntry extends ActivityEntry
const BLOCK_CODE = 'ibo-transition-entry';
const HTML_TEMPLATE_REL_PATH = 'layouts/activity-panel/activity-entry/transition-entry';
// Specific constants
const DEFAULT_TYPE = 'transition';
const DEFAULT_DECORATION_CLASSES = 'fas fa-fw fa-map-signs';
/** @var string $sOriginStateCode Code of the state before the transition */