1,20d0 < diff --git a/views_kanban.module b/views_kanban.module < index df8a37d..13fb249 100644 < --- a/views_kanban.module < +++ b/views_kanban.module < @@ -1,5 +1,6 @@ < dispatch(KanbanNodeInsertEvent::KANBAN_NODE_INSERT, new KanbanNodeInsertEvent($entity)); 22c2 < index c5d5d1a..1e29cfb 100644 --- > index 1d5e5d4..dea6d2b 100644 25,41c5 < @@ -1,5 +1,6 @@ < getFieldDefinition()->getType(); < if ($field_type == 'workflow' && !empty($field_status_settings['workflow_type'])) { < $workflow_type = $field_status_settings['workflow_type']; < - $states = \Drupal\workflow\Entity\WorkflowState::loadMultiple([], $workflow_type); < + $states = WorkflowState::loadMultiple([], $workflow_type); < $status_values = []; < foreach ($states as $state) { < if ($state->isActive() && strpos($state->id(), 'creation') === FALSE) { < @@ -269,7 +270,7 @@ function template_preprocess_views_view_kanban(array &$variables) { --- > @@ -285,7 +285,7 @@ function template_preprocess_views_view_kanban(array &$variables) {