saveTask: task(function* () {
    yield invokeAction(this, 'saveEntry', get(this, 'libraryEntry'));
    jQuery('.modal').modal('hide');
  }).drop(),