You are here

function views_gantt_entity_insert in Views Gantt 7.2

Implements hook_entity_insert().

File

./views_gantt.module, line 334
Module file for Views Gantt

Code

function views_gantt_entity_insert($entity, $entity_type) {
  if (views_gantt_in_dialog() && views_gantt_close_on_submit()) {
    views_gantt_close_on_redirect($entity, $entity_type);
  }
}