You are here

function views_gantt_entity_update in Views Gantt 7.2

Implements hook_entity_update().

File

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

Code

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