exportEntity(event, entityId) {
    $.ajax({
      url: `/entities/${entityId}/export`,
      method: 'GET'
    }).done((datas) => {