Skip to content

Commit

Permalink
Merge pull request #6 from matthiaslegac/background_job_pdftocover
Browse files Browse the repository at this point in the history
cam18326: ajout de la méthode background_tasks
  • Loading branch information
philblou authored Mar 18, 2024
2 parents fd6d759 + ec441b2 commit d0d07b4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Koha/Plugin/PDFtoCover.pm
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,12 @@ sub retrieve_template {
return $template;
}

sub background_tasks {
return {
greeter => 'Koha::Plugin::PDFtoCover::PDFtoCoverGreeter'
};
}

#Supprimer le plugin avec toutes ses données
sub uninstall() {
my ( $self, $args ) = @_;
Expand Down

0 comments on commit d0d07b4

Please sign in to comment.