/**
  * @param form_persistentdocument_form $form
  */
 protected function getNotificationsToUpdate($form)
 {
     return array_merge(parent::getNotificationsToUpdate($form), array($form->getNotification()));
 }